AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.CameraExtensions Class Reference

Static Public Member Functions

static float GetHorizontalFieldOfViewRadians (this Camera camera)
 Get the horizontal FOV from the stereo camera More...
 
static bool IsInFOV (this Camera camera, Vector3 position)
 Returns if a point will be rendered on the screen in either eye More...
 

Detailed Description

Definition at line 8 of file CameraExtensions.cs.

Member Function Documentation

§ GetHorizontalFieldOfViewRadians()

static float HoloToolkit.Unity.CameraExtensions.GetHorizontalFieldOfViewRadians ( this Camera  camera)
static

Get the horizontal FOV from the stereo camera

Returns

Definition at line 14 of file CameraExtensions.cs.

§ IsInFOV()

static bool HoloToolkit.Unity.CameraExtensions.IsInFOV ( this Camera  camera,
Vector3  position 
)
static

Returns if a point will be rendered on the screen in either eye

Parameters
cameraThe camera to check the point against
position
Returns

Definition at line 25 of file CameraExtensions.cs.


The documentation for this class was generated from the following file: