Vector3D Constructor

Creates a new instance of Vector3D struct

Namespace:  TSD.API.Remoting.Geometry
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public Vector3D(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
The X component
y
Type: SystemDouble
The Y component
z
Type: SystemDouble
The Z component
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.