 | Vector3D Constructor |
Creates a new instance of
Vector3D struct
Namespace: TSD.API.Remoting.GeometryAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntaxpublic Vector3D(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
Vector3D(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> Vector3DParameters
- x Double
- The X component
- y Double
- The Y component
- z Double
- The Z component
See Also