#include <rso_interface_1.h>
|  | 
| void | Set (float a, float b, float c, float d) | 
|  | 
| float | A () | 
|  | 
| float | B () | 
|  | 
| float | C () | 
|  | 
| float | D () | 
|  | 
|  | 
| 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. 
 | 
|  | 
The PlaneClass is used to define the clipping planes for culling 
◆ A()
◆ B()
◆ C()
◆ D()
◆ Set()
  
  | 
        
          | void Set | ( | float | a, |  
          |  |  | float | b, |  
          |  |  | float | c, |  
          |  |  | float | d |  
          |  | ) |  |  |  | inline | 
 
Set all components. 
- Parameters
- 
  
    | a | The A component to set. |  | b | The B component to set. |  | c | The C component to set. |  | d | The D component to set. |  
 
 
 
The documentation for this class was generated from the following file: