Struct Vector2D
Represents a vector in 2D space
Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting.dll
Syntax
public readonly struct Vector2D
Constructors
Name | Description |
---|---|
Vector2D(double, double) | Creates a new instance of Vector2D struct |
Properties
Name | Description |
---|---|
X | Gets the X component |
Y | Gets the Y component |
Operators
Name | Description |
---|---|
implicit operator (double, double)(Vector2D) | Decomposes the vector to individual components |