IVT
Vec3d Struct Reference

Data structure for the representation of a 3D vector. More...

#include <Math3d.h>

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Data structure for the representation of a 3D vector.

This data structure the vector

$\left(\begin{array}{c} x\\ y\\ z\\ \end{array}\right)$.

The namespace Math3d offers various functions operating on this data type.

Definition at line 73 of file Math3d.h.

Member Data Documentation

float Vec3d::x

Definition at line 75 of file Math3d.h.

float Vec3d::y

Definition at line 75 of file Math3d.h.

float Vec3d::z

Definition at line 75 of file Math3d.h.


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