WRLDVector3 Struct Reference

A structure representing a 3D Vector.

struct WRLDVector3 {
    float x;
    float y;
    float z;
};

Fields

float x

The X component of the vector.

float y

The Y component of the vector.

float z

The Z component of the vector.
v0.0.1600