Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
jau::math::geom::plane Namespace Reference

Classes

class  AffineTransform
 Represents a affine 2x3 transformation matrix in column major order (memory layout). More...
 

Enumerations

enum class  AffineTransformType : uint16_t {
  AffineTransformType::unknown = 0 , AffineTransformType::identity = 1 << 0 , AffineTransformType::translation = 1 << 1 , AffineTransformType::uniform_scale = 1 << 2 ,
  AffineTransformType::general_scale = 1 << 3 , AffineTransformType::quadrant_rotation = 1 << 4 , AffineTransformType::general_rotation = 1 << 5 , AffineTransformType::general_transform = 1 << 6 ,
  AffineTransformType::flip = 1 << 7 , AffineTransformType::mask_scale = uniform_scale | general_scale , AffineTransformType::mask_rotation = quadrant_rotation | general_rotation
}
 

Functions

 JAU_MAKE_BITFIELD_ENUM_STRING (AffineTransformType, identity, translation, uniform_scale, general_scale, quadrant_rotation, general_rotation, general_transform, flip)