Class Vector4F
A float vector of length 4.
public sealed class Vector4F
- Inheritance
-
Vector4F
Fields
w
The w-component of the vector.
public float w
Field Value
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