GL Studio C++ Runtime API
PlaneClass Class Reference

#include <vertex.h>

Public Member Functions

 PlaneClass (float A, float B, float C, float D)
 

Public Attributes

float a
 A coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 
float b
 A coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 
float c
 A coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 
float d
 A coefficient to describe a 3D plane: aX + bY + cZ + d = 0.
 

Detailed Description

The PlaneClass class: Implements a 3D plane

Constructor & Destructor Documentation

◆ PlaneClass()

PlaneClass ( float  A,
float  B,
float  C,
float  D 
)
inline

Constructor.

Parameters
Athe A component of the plane.
Bthe B component of the plane.
Cthe C component of the plane.
Dthe D component of the plane.

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