Go to the source code of this file.
Functions | |
FLOATNAME (LMatrix4) FLOATNAME(Plane) | |
Sorts matrices lexicographically, componentwise. | |
FLOATNAME (LPoint3) FLOATNAME(Plane) | |
Returns an arbitrary point in the plane. |
Definition in file plane_src.cxx.
|
Returns an arbitrary point in the plane. This can be used along with the normal returned by get_normal() to reconstruct the plane. Definition at line 60 of file plane_src.cxx. |
|
Sorts matrices lexicographically, componentwise. This function definition must appear first, since some inline functions below take advantage of it. Definition at line 35 of file plane_src.cxx. |