SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
sourcepp::math::QuatCompressed64 Struct Reference

Lower precision Quat compressed to 8 bytes. More...

#include <Math.h>

Collaboration diagram for sourcepp::math::QuatCompressed64:

Public Member Functions

Quat decompress () const
 

Public Attributes

uint32_t x: 21
 
uint32_t y: 21
 
uint32_t z: 21
 
uint32_t wn: 1
 

Detailed Description

Lower precision Quat compressed to 8 bytes.

Definition at line 359 of file Math.h.

Member Function Documentation

◆ decompress()

Quat sourcepp::math::QuatCompressed64::decompress ( ) const
inline

Definition at line 365 of file Math.h.

Member Data Documentation

◆ wn

uint32_t sourcepp::math::QuatCompressed64::wn

Definition at line 363 of file Math.h.

◆ x

uint32_t sourcepp::math::QuatCompressed64::x

Definition at line 360 of file Math.h.

◆ y

uint32_t sourcepp::math::QuatCompressed64::y

Definition at line 361 of file Math.h.

◆ z

uint32_t sourcepp::math::QuatCompressed64::z

Definition at line 362 of file Math.h.


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