Vector Struct Reference
Represents a 3-vector of real numbers. More...
#include <QuEST.h>
Data Fields | |
| qreal | x |
| qreal | y |
| qreal | z |
Detailed Description
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: