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

Represent a plane in 3D space. More...

#include <geometry_scalar.h>

Public Member Functions

 LePlane ()
 
 LePlane (LeVertex v1, LeVertex v2, LeVertex v3)
 

Public Attributes

LeAxis xAxis
 
LeAxis yAxis
 
LeAxis zAxis
 

Detailed Description

Represent a plane in 3D space.

Constructor & Destructor Documentation

LePlane::LePlane ( )
inline
LePlane::LePlane ( LeVertex  v1,
LeVertex  v2,
LeVertex  v3 
)
inline

Member Data Documentation

LeAxis LePlane::xAxis
LeAxis LePlane::yAxis
LeAxis LePlane::zAxis

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