vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
normal.cpp File Reference
#include "precompiled.h"
#include <vreckoAP/ConnectEditor/normal.h>
#include <math.h>

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 
)