Haply::Inverse::Unity::CoordinateSystem::Vector4Bool
Defines settings for negating the axes of a quaternion. More...
Public Attributes
| Name | |
|---|---|
| bool | x |
| bool | y |
| bool | z |
| bool | w |
Detailed Description
struct Haply::Inverse::Unity::CoordinateSystem::Vector4Bool;
Defines settings for negating the axes of a quaternion.
This structure allows for the inversion of individual Quaternion components.
Public Attributes Documentation
variable x
bool x;
variable y
bool y;
variable z
bool z;
variable w
bool w;