Struct Vector4
This is a dummy Vector4 type for platforms where System.Numerics.Vectors is not supported or available
public struct Vector4
- Inherited Members
Constructors
Vector4(float, float, float, float)
public Vector4(float x, float y, float z, float w)
Parameters
Fields
W
public float W
Field Value
X
public float X
Field Value
Y
public float Y
Field Value
Z
public float Z