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

3-dimensional Vector representation More...

#include <Vector3.h>

Inheritance diagram for Passer::LinearAlgebra::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.
 

Detailed Description

3-dimensional Vector representation

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

Member Data Documentation

◆ x

float Passer::LinearAlgebra::Vec3::x
protected

The right axis of the vector.

◆ y

float Passer::LinearAlgebra::Vec3::y
protected

The upward axis of the vector.

◆ z

float Passer::LinearAlgebra::Vec3::z
protected

The forward axis of the vector.


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