Luna::Float3::Float3

constexpr Float3(f32 x, f32 y, f32 z)

Constructs one vector from values.

Parameters

  • in x

    The value of the first component.

  • in y

    The value of the second component.

  • in z

    The value of the third component.