IVT
Quaternion Struct Reference

Data structure for the representation of a quaternion. More...

#include <Math3d.h>

Public Attributes

Vec3d v
 
float w
 

Detailed Description

Data structure for the representation of a quaternion.

The namespace Math3d offers functions operating on this data type.

Definition at line 118 of file Math3d.h.

Member Data Documentation

Vec3d Quaternion::v

The vector (imaginary) part.

Definition at line 121 of file Math3d.h.

float Quaternion::w

The scalar (real) part.

Definition at line 123 of file Math3d.h.


The documentation for this struct was generated from the following file: