Class Vector3F
Float vector of length 3.
public sealed class Vector3F
- Inheritance
-
Vector3F
Fields
x
X component of the vector.
public float x
Field Value
y
Y component of the vector.
public float y
Field Value
z
Z component of the vector.
public float z