applyRounding

fnfloat applyRounding(float x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnVec2 applyRounding(Vec2 x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnVec3 applyRounding(Vec3 x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnVec4 applyRounding(Vec4 x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnDVec2 applyRounding(DVec2 x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnDVec3 applyRounding(DVec3 x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnDVec4 applyRounding(DVec4 x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnRect applyRounding(Rect x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnCirc applyRounding(Circ x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.

fnLine applyRounding(Line x, Rounding type) @trusted @safe nothrow @nogc

Applies the specified type of rounding to x.