le3d - LightEngine 3D
A straightforward C++ 3D software engine for real-time graphics
Public Member Functions | Public Attributes | List of all members
LeAxis Struct Reference

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
 

Detailed Description

Represent an axis in 3D space.

Constructor & Destructor Documentation

LeAxis::LeAxis ( )
inline
LeAxis::LeAxis ( LeVertex  v1,
LeVertex  v2 
)
inline

Member Data Documentation

LeVertex LeAxis::axis

Direction of the axis (normalized)

float LeAxis::norm

Length of the axis

LeVertex LeAxis::origin

Origin of the axis


The documentation for this struct was generated from the following file: