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

A quaternion. More...

#include <Quaternion.h>

Inheritance diagram for Passer::LinearAlgebra::Quat:
Passer::LinearAlgebra::Quaternion

Public Attributes

float x
 The x component.
 
float y
 The y component.
 
float z
 The z component.
 
float w
 The w component.
 

Detailed Description

A quaternion.

This is a C-style implementation

Member Data Documentation

◆ x

float Passer::LinearAlgebra::Quat::x

The x component.

◆ y

float Passer::LinearAlgebra::Quat::y

The y component.

◆ z

float Passer::LinearAlgebra::Quat::z

The z component.

◆ w

float Passer::LinearAlgebra::Quat::w

The w component.


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