Assimp  v3.1.1 (June 2014)
Public Member Functions | Public Attributes | List of all members
aiPlane Struct Reference

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() [1/3]

aiPlane::aiPlane ( )
inline

◆ aiPlane() [2/3]

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

◆ aiPlane() [3/3]

aiPlane::aiPlane ( const aiPlane o)
inline

Member Data Documentation

◆ a

float aiPlane::a

Plane equation.

◆ b

float aiPlane::b

◆ c

float aiPlane::c

◆ d

float aiPlane::d

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