Classes | |
class | Matrix |
A 4x4 homogeneous matrix. More... | |
class | Plane |
A plane in 3-space. More... | |
class | Vec |
3D Homogeneous vector. More... | |
Enumerations | |
enum | LVT::PlaneClass { LVT::CLASS_UNKNOWN, LVT::CLASS_FRONT, LVT::CLASS_BACK, LVT::CLASS_COPLANAR, LVT::CLASS_SPANNING } |
Types of classiciations returned by Plane::Classify. More... | |
Functions | |
Vec | LVT::Lerp (const Vec &start, const Vec &end, float param) |
Linearly interpolates between two vectors. | |
Vec | LVT::operator * (float s, const Vec &v) |
Multiplies a float times a vector, returns the scaled Vec. |
|
Types of classiciations returned by Plane::Classify.
|
|
Linearly interpolates between two vectors.
|
|
Multiplies a float times a vector, returns the scaled Vec.
|