Struct Vector2
This is a dummy Vector2 type for platforms where System.Numerics.Vectors is not supported or available
public struct Vector2
- Inherited Members
Constructors
Vector2(float, float)
Creates a vector with the specified values.
public Vector2(float x, float y)
Parameters
Fields
X
The X component of the vector.
public float X
Field Value
Y
The Y component of the vector.
public float Y