Initializes a new instance of the
Ray class
Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Ray(
Vector3D origin,
Vector3D direction
)
public Ray(
Vector3D origin,
Vector3D direction
)
Public Sub New (
origin As Vector3D,
direction As Vector3D
)
Public Sub New (
origin As Vector3D,
direction As Vector3D
)
public:
Ray(
Vector3D origin,
Vector3D direction
)
public:
Ray(
Vector3D origin,
Vector3D direction
)
new :
origin : Vector3D *
direction : Vector3D -> Ray
new :
origin : Vector3D *
direction : Vector3D -> Ray