#include "lvector3_src.I"
Go to the source code of this file.
Functions | |
EXPCL_PANDA | FLOATNAME (LVector3) |
This is a three-component vector distance (as opposed to a three-component point, which represents a particular point in space). |
Definition in file lvector3_src.h.
|
This is a three-component vector distance (as opposed to a three-component point, which represents a particular point in space). Some of the methods are slightly different between LPoint3 and LVector3; in particular, subtraction of two points yields a vector, while addition of a vector and a point yields a point. Definition at line 41 of file lvector3_src.h. References FLOATTYPE, and INLINE_LINMATH. |