Vectors

Types

  • Luna::Float2

    2D vector type with f32 components.

  • Luna::Vec2U

    A generalized version of 2D vector. This vector type does not have specific alignment requirement.

  • Luna::Float3

    3D vector type with f32 components.

  • Luna::Vec3U

    A generalized version of 3D vector. This vector type does not have specific alignment requirement.

  • Luna::Float4

    4D vector type with f32 components.

  • Luna::Vec4U

    A generalized version of 4D vector. This vector type does not have specific alignment requirement.

Alias types

Functions