le3d - LightEngine 3D
A straightforward C++ 3D software engine for real-time graphics
|
Represent an axis in 3D space. More...
#include <geometry_scalar.h>
Public Member Functions | |
LeAxis () | |
LeAxis (LeVertex v1, LeVertex v2) | |
Public Attributes | |
LeVertex | origin |
LeVertex | axis |
float | norm |
Represent an axis in 3D space.
|
inline |
LeVertex LeAxis::axis |
Direction of the axis (normalized)
float LeAxis::norm |
Length of the axis
LeVertex LeAxis::origin |
Origin of the axis