TexGen
Public Member Functions | Public Attributes | List of all members
TexGen::PLANE Struct Reference

Struct for representing a Plane. More...

#include <Plane.h>

Public Member Functions

 PLANE ()
 
 PLANE (XYZ Normal, double d)
 

Public Attributes

XYZ Normal
 
double d
 

Detailed Description

Struct for representing a Plane.

Definition at line 24 of file Plane.h.

Constructor & Destructor Documentation

◆ PLANE() [1/2]

TexGen::PLANE::PLANE ( )
inline

Definition at line 34 of file Plane.h.

◆ PLANE() [2/2]

TexGen::PLANE::PLANE ( XYZ  Normal,
double  d 
)
inline

Definition at line 39 of file Plane.h.

References TexGen::GetLength(), and TexGen::Normalise().

Member Data Documentation

◆ d

double TexGen::PLANE::d

◆ Normal

XYZ TexGen::PLANE::Normal

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