Vector Struct Reference

Represents a 3-vector of real numbers. More...

#include <QuEST.h>

Data Fields

qreal x
 
qreal y
 
qreal z
 

Detailed Description

Represents a 3-vector of real numbers.

Author
Ania Brown

Definition at line 198 of file QuEST.h.

Field Documentation

◆ x

qreal Vector::x

Definition at line 200 of file QuEST.h.

Referenced by getComplexPairFromRotation(), getUnitVector(), getVectorMagnitude(), and TEST_CASE().

◆ y

qreal Vector::y

Definition at line 200 of file QuEST.h.

Referenced by getComplexPairFromRotation(), getUnitVector(), getVectorMagnitude(), and TEST_CASE().

◆ z

qreal Vector::z

Definition at line 200 of file QuEST.h.

Referenced by getComplexPairFromRotation(), getUnitVector(), getVectorMagnitude(), and TEST_CASE().


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