LinearAlgebra
Loading...
Searching...
No Matches
Protected Attributes | List of all members
Vec3 Struct Reference

Detailed Description

3-dimensional Vector representation (C-style)

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

#include <Vector3.h>

Inheritance diagram for Vec3:
Passer::LinearAlgebra::Vector3

Protected Attributes

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

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