SFPoint3f is a point in an affin space, which is different from a vector represented by the SFVec3f class. When it is multiplied by a SFMatrix34f, the translation is applied.
|
Constructor.
|
|
Constructor with x, y and z coordinates in parameters.
|
|
Copy constructor.
|
|
Explicit constructor from a string of which format is "x y z".
|
|
|
|
Returns the pointed array.
|
|
Returns the pointed array.
|
|
Returns the pointed array.
|
|
Returns the pointed array.
|
|
Overloaded operator.
|
|
Overloaded operator.
|
|
Overloaded operator.
|
|
Overloaded assignment operator.
|
|
Bracket operator.
|
|
Bracket operator.
|
|
Returns the distance between the points A and B.
|
|
Overloaded operator*.
|
|
Overloaded operator+.
|
|
Overloaded operator+.
|
|
Overloaded operator-.
|
|
Overloaded operator-.
|
|
Origin point.
|
|
x coordinates.
|
|
y coordinates.
|
|
z coordinates.
|