SimpleNGL 1.0
Functions
src/NGLMath.cpp File Reference
#include "NGLMath.h"

Functions

ngl::Matrix Lookat (const ngl::Vector &_eye, const ngl::Vector &_target, const ngl::Vector &_lookup)
ngl::Matrix Adj (const ngl::Matrix &_mat)
float Det (const ngl::Matrix &_mat)
ngl::Matrix Inverse (const ngl::Matrix &_mat)

Function Documentation

ngl::Matrix Adj ( const ngl::Matrix &  _mat)
float Det ( const ngl::Matrix &  _mat)
ngl::Matrix Inverse ( const ngl::Matrix &  _mat)
ngl::Matrix Lookat ( const ngl::Vector &  _eye,
const ngl::Vector &  _target,
const ngl::Vector &  _lookup 
)
 All Classes Namespaces Files Functions Variables Defines