Class Vector3F
A float vector of length 3.
public sealed class Vector3F
- Inheritance
-
Vector3F
Fields
x
The x-component of the vector.
public float x
Field Value
y
The y-component of the vector.
public float y
Field Value
z
The z-component of the vector.
public float z