NVIDIA IndeX API nvidia_logo_transpbg.gif Up

Generic camera struct. More...

#include <xac_interface_scene_elements_doc.h>

Public Member Functions

const float3 & get_position () const
 Get the camera position. More...
 
const float3 & get_up () const
 Get the upward pointing vector. More...
 
const float3 & get_right () const
 Get the right direction vector (with respect to screen space) More...
 
const float3 & get_to () const
 Get the view direction vector of the camera. More...
 

Detailed Description

Generic camera struct.

Member Function Documentation

 get_position()

const float3 & nv::index::xac::Camera::get_position ( ) const

Get the camera position.

 get_right()

const float3 & nv::index::xac::Camera::get_right ( ) const

Get the right direction vector (with respect to screen space)

 get_to()

const float3 & nv::index::xac::Camera::get_to ( ) const

Get the view direction vector of the camera.

 get_up()

const float3 & nv::index::xac::Camera::get_up ( ) const

Get the upward pointing vector.


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