Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
aiPlane Struct Reference

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

#include <types.h>

Public Member Functions

 aiPlane () AI_NO_EXCEPT
 
 aiPlane (ai_real _a, ai_real _b, ai_real _c, ai_real _d)
 
 aiPlane (const aiPlane &o)
 

Public Attributes

ai_real a
 Plane equation. More...
 
ai_real b
 
ai_real c
 
ai_real 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 ( ai_real  _a,
ai_real  _b,
ai_real  _c,
ai_real  _d 
)
inline

◆ aiPlane() [3/3]

aiPlane::aiPlane ( const aiPlane o)
inline

Member Data Documentation

◆ a

ai_real aiPlane::a

Plane equation.

◆ b

ai_real aiPlane::b

◆ c

ai_real aiPlane::c

◆ d

ai_real aiPlane::d

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