RoboidControl for Arduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
Quat Struct Reference

A quaternion. More...

#include <Quaternion.h>

Inheritance diagram for Quat:
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 Quat::x

The x component.

◆ y

float Quat::y

The y component.

◆ z

float Quat::z

The z component.

◆ w

float Quat::w

The w component.


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