Hermes
Loading...
Searching...
No Matches
Geometry

Files

file  matrix.h
 Math matrix classes.
 
file  normal.h
 Geometric normal classes.
 
file  point.h
 Geometric point classes.
 
file  quaternion.h
 Geometric quaternion class.
 
file  transform.h
 Geometric transform classes.
 
file  vector.h
 Geometric vector classes.
 

Classes

class  hermes::Matrix4x4< T >
 4x4 Matrix representation More...
 
class  hermes::Matrix3x3< T >
 3x3 Matrix representation More...
 
class  hermes::Matrix2x2< T >
 2x2 Matrix representation More...
 
class  hermes::Normal2< T >
 Geometric 2-dimensional normal (nx, ny) More...
 
class  hermes::Normal3< T >
 Geometric 3-dimensional normal (nx, ny, nz) More...
 
class  hermes::Point2< T >
 Geometric 2-dimensional point (x, y) More...
 
class  hermes::Point3< T >
 Geometric 3-dimensional vector (x, y, z) More...
 
struct  std::hash< hermes::Point2< T > >
 
struct  std::hash< hermes::Point3< T > >
 
class  hermes::Quaternion< T >
 Quaternion representation v.x i + v.y j + v.z k + r. More...
 
class  hermes::Transform2
 Represents a 2-dimensional transformation. More...
 
class  hermes::Transform
 Represents a 3-dimensional transformation. More...
 
class  hermes::Vector2< T >
 Geometric 2-dimensional vector (x, y) More...
 
class  hermes::Vector3< T >
 Geometric 3-dimensional vector (x, y, z) More...
 
class  hermes::Vector4< T >
 Geometric 4-dimensional point (x, y, z, w) More...
 
struct  std::hash< hermes::Vector2< T > >
 Hash support for vector2. More...
 
struct  std::hash< hermes::Vector3< T > >
 Hash support for vector3. More...
 

Detailed Description