| 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)
Syntaxpublic Ray RayFrom3dPoint(
	Vector3 point
)
Parameters
- point
 - Type: Vector3
Point to send ray to. 
Return Value
Type: 
RayRay from camera to given position.
See Also