Vector3d Constructor

Initializes a new instance of the Vector3d class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public Vector3d(
	double x,
	double y,
	double z
)

Parameters

x  Double
 
y  Double
 
z  Double
 

See Also