IVT
Vec2d Struct Reference

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

#include <Math2d.h>

Public Attributes

float x
 
float y
 

Detailed Description

Data structure for the representation of a 2D vector.

This data structure the vector

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

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

Definition at line 82 of file Math2d.h.

Member Data Documentation

float Vec2d::x

Definition at line 84 of file Math2d.h.

float Vec2d::y

Definition at line 84 of file Math2d.h.


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