Struct Vector3D
Represents a vector in 3D space
Namespace: TSD.API.Remoting.Geometry
Assembly: TSD.API.Remoting.dll
Syntax
public readonly struct Vector3D
Constructors
Name | Description |
---|---|
Vector3D(double, double, double) | Creates a new instance of Vector3D struct |
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)(Vector3D) | Decomposes the vector to individual components |