LinearAlgebra
Loading...
Searching...
No Matches
Public Attributes | List of all members
Vec2 Struct Reference

Detailed Description

2-dimensional Vector representation (C-style)

This is a C-style implementation This uses the right-handed coordinate system.

#include <Vector2.h>

Inheritance diagram for Vec2:
Passer::LinearAlgebra::Vector2

Public Attributes

float x
 The right axis of the vector.
 
float y
 The upward/forward axis of the vector.
 

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