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

#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.
 

Detailed Description

Member Function Documentation

◆ Set()

void Set ( float  x,
float  y,
float  z 
)
inline

Set all three components.

Parameters
xThe new X component to set.
yThe new Y component to set.
zThe new Z component to set.

◆ X()

float X ( )
inline
Returns
The X component.

◆ Y()

float Y ( )
inline
Returns
The Y component.

◆ Z()

float Z ( )
inline
Returns
The Z component.

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