BitStream
bitstream::quantized_quaternion Struct Reference

A quantized representation of a quaternion. More...

#include <smallest_three.h>

Public Member Functions

constexpr quantized_quaternion () noexcept
 
constexpr quantized_quaternion (uint32_t w, uint32_t x, uint32_t y, uint32_t z) noexcept
 

Public Attributes

uint32_t m
 
uint32_t a
 
uint32_t b
 
uint32_t c
 

Detailed Description

A quantized representation of a quaternion.

Constructor & Destructor Documentation

◆ quantized_quaternion() [1/2]

constexpr bitstream::quantized_quaternion::quantized_quaternion ( )
inlineconstexprnoexcept

◆ quantized_quaternion() [2/2]

constexpr bitstream::quantized_quaternion::quantized_quaternion ( uint32_t  w,
uint32_t  x,
uint32_t  y,
uint32_t  z 
)
inlineconstexprnoexcept

Member Data Documentation

◆ a

uint32_t bitstream::quantized_quaternion::a

◆ b

uint32_t bitstream::quantized_quaternion::b

◆ c

uint32_t bitstream::quantized_quaternion::c

◆ m

uint32_t bitstream::quantized_quaternion::m

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