kanzi

Module math

Modules§

Structs§

  • Color with 4 floating point components: red, green, blue and alpha (r, g, b, a). \ingroup Math
  • Matrix with 3x3 elements.
  • Matrix with 4x4 elements.
  • A structure that describes the scale, rotation and translation transformation in 2D space. Rotation is stored as angle in radians.
  • Vector with 2 floating point components: (x, y).
  • Vector with 3 floating point components: (x, y, z).
  • Vector with 4 floating point components: (x, y, z, w).