Assimp: aiPlane Struct Reference

assimp - Open Asset Import Library

Represents a plane in a three-dimensional, euclidean space. More...

Public Member Functions

 aiPlane ()
 
 aiPlane (float _a, float _b, float _c, float _d)
 
 aiPlane (const aiPlane &o)
 

Public Attributes

float a
 Plane equation. More...
 
float b
 
float c
 
float d
 

Detailed Description

Represents a plane in a three-dimensional, euclidean space.

Constructor & Destructor Documentation

aiPlane::aiPlane ( )
inline
aiPlane::aiPlane ( float  _a,
float  _b,
float  _c,
float  _d 
)
inline
aiPlane::aiPlane ( const aiPlane o)
inline

Member Data Documentation

float aiPlane::a

Plane equation.

float aiPlane::b
float aiPlane::c
float aiPlane::d
The documentation for this struct was generated from the following file:
Generated on Sun Feb 21 2016 19:42:29 for Assimp by   doxygen 1.8.11