Click or drag to resize
CameraEntityRayFrom3dPoint Method
Return a ray starting from the camera and pointing directly at a 3d position.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Ray RayFrom3dPoint(
	Vector3 point
)

Parameters

point
Type: Vector3
Point to send ray to.

Return Value

Type: Ray
Ray from camera to given position.
See Also