Vector3D Constructor (Single, Single, Single)Delta Engine Documentation
Initializes a new instance of the Vector3D class

Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Vector3D(
	float setX,
	float setY,
	float setZ
)
See Also