SFPoint3f is a point in an affin space, which different from a vector represented by the SFVec3f class.
Definition at line 21 of file SFPoint3f.h.
|
Default constructor.
|
|
Constructor with x, y and z coordinates in parameters.
|
|
Copy constructor.
|
|
Explicit constructor from a string of which format is "x y z".
|
|
|
|
Overloaded assignment operator.
|
|
Returns the distance between the points A and B.
|
|
Overloaded operator*.
|
|
Overloaded operator+.
|
|
Overloaded operator-.
|
|
Overloaded operator-.
|
|
x coordinates.
Definition at line 25 of file SFPoint3f.h. |
|
y coordinates.
Definition at line 27 of file SFPoint3f.h. |
|
z coordinates.
Definition at line 29 of file SFPoint3f.h. |