MCPcopy Create free account
hub / github.com/KDE/labplot / setZ

Method setZ

src/backend/datapicker/Vector3D.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 v[1] = y;
30 }
31 void setZ(double z) {
32 v[2] = z;
33 }
34
35 inline const Vector3D operator-(const Vector3D& other) const {
36 return Vector3D(v[0] - other.v[0], v[1] - other.v[1], v[2] - other.v[2]);

Callers 2

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected