PanoramaViewer
 All Classes Namespaces Files Functions Variables Macros Pages
LayerSceneGraph::Ray Class Reference

#include <Ray.h>

Public Member Functions

 Ray (Vector3 s, Vector3 dir)
 
virtual ~Ray ()
 
Vector3 getDirection ()
 
Vector3 getSourcePoint ()
 

Private Attributes

Vector3 source
 
Vector3 direction
 

Constructor & Destructor Documentation

LayerSceneGraph::Ray::Ray ( Vector3  s,
Vector3  dir 
)
LayerSceneGraph::Ray::~Ray ( )
virtual

Destructor. Nothing to do.

Member Function Documentation

Vector3 LayerSceneGraph::Ray::getDirection ( )

Returns the direction vector of this ray

Vector3 LayerSceneGraph::Ray::getSourcePoint ( )

Returns a vector which represents the origin of thos ray

Member Data Documentation

Vector3 LayerSceneGraph::Ray::direction
private
Vector3 LayerSceneGraph::Ray::source
private

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