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

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

public Ray(
	Vector3D origin,
	Vector3D direction
)
See Also