NGL  6.5
The NCCA Graphics Library
Vec3.h File Reference

a simple 3 tuple container for compatibility with glsl More...

#include "Types.h"
#include <array>
+ Include dependency graph for Vec3.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ngl::Vec3
 simple Vec3 encapsulates a 3 float object like glsl vec3 but not maths use the Vec3 class for maths and the asVec3 to return a vec3 More...
 

Namespaces

 ngl
 implementation files for RibExport class
 

Functions

Vec3 ngl::operator* (Real _k, const Vec3 &_v) noexcept
 scalar * vector operator More...
 

Detailed Description

a simple 3 tuple container for compatibility with glsl

encapsulates a 3 float object like glsl vec3 but not maths use the Vec3 class for maths and the asVec3 to return a vec3

Author
Jonathan Macey
Version
1.0
Date
20/6/11 initial version Revision History : Initial Version 20/6/11

Definition in file Vec3.h.