|  | GL Studio C++ Runtime API
    | 
#include <rso_interface_1.h>
| Public Member Functions | |
| void | Set (float x, float y, float z) | 
| float | X () | 
| float | Y () | 
| float | Z () | 
| Public Attributes | |
| float | _x | 
| The X component. | |
| float | _y | 
| The Y component. | |
| float | _z | 
| The Z component. | |
| 
 | inline | 
Set all three components.
| x | The new X component to set. | 
| y | The new Y component to set. | 
| z | The new Z component to set. | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |