GL Studio C++ Runtime API
RSOInterface1::PlaneClass Class Reference

#include <rso_interface_1.h>

Public Member Functions

void Set (float a, float b, float c, float d)
 
float A ()
 
float B ()
 
float C ()
 
float D ()
 

Public Attributes

float _a
 Coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 
float _b
 Coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 
float _c
 Coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 
float _d
 Coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 

Detailed Description

The PlaneClass is used to define the clipping planes for culling

Member Function Documentation

◆ A()

float A ( )
inline
Returns
The A component.

◆ B()

float B ( )
inline
Returns
The B component.

◆ C()

float C ( )
inline
Returns
The C component.

◆ D()

float D ( )
inline
Returns
The D component.

◆ Set()

void Set ( float  a,
float  b,
float  c,
float  d 
)
inline

Set all components.

Parameters
aThe A component to set.
bThe B component to set.
cThe C component to set.
dThe D component to set.

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