vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
normal.h File Reference

Go to the source code of this file.

Functions

bool recomputeNormals (EnvironmentObject *eo)
 
Vec3 Vector (Vec3 a, Vec3 b)
 
Vec3 Cross (Vec3 a, Vec3 b)
 
Vec3 CalculateVector (Vec3 a, Vec3 b, Vec3 c)
 
float getAngle (osg::Vec3 A, osg::Vec3 B, osg::Vec3 C)
 

Function Documentation

Vec3 CalculateVector ( Vec3  a,
Vec3  b,
Vec3  c 
)
Vec3 Cross ( Vec3  a,
Vec3  b 
)
float getAngle ( osg::Vec3  A,
osg::Vec3  B,
osg::Vec3  C 
)
bool recomputeNormals ( EnvironmentObject eo)
Vec3 Vector ( Vec3  a,
Vec3  b 
)