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