Go to the source code of this file.
Functions | |
INLINE_LINMATH | FLOATNAME (LPoint4) |
This is a four-component point in space. | |
INLINE_LINMATH | FLOATNAME (LVecBase4) FLOATNAME(LPoint4) |
This is the base class for all three-component vectors and points. | |
INLINE_LINMATH | FLOATNAME (LVector4) FLOATNAME(LPoint4) |
Returns a normalized vector from the given vector. |
Definition in file lpoint4_src.I.
|
Returns a normalized vector from the given vector. Returns true if the vector was normalized, false if it was a zero-length vector. Definition at line 217 of file lpoint4_src.I. |
|
This is the base class for all three-component vectors and points. The remaining elements occupy the next positions consecutively in memory. Definition at line 181 of file lpoint4_src.I. References FLOATNAME, and INLINE_LINMATH. |
|
This is a four-component point in space.
Definition at line 30 of file lpoint4_src.I. References FLOATNAME, and INLINE_LINMATH. |