Struct Point2D
Represents a point in 2D space
Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting.dll
Syntax
public readonly struct Point2D
Constructors
Name | Description |
---|---|
Point2D(double, double) | The default constructor |
Properties
Name | Description |
---|---|
X | Gets the X component |
Y | Gets the Y component |
Operators
Name | Description |
---|---|
implicit operator (double, double)(Point2D) | Decomposes the point to individual components |