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