Crate minlin

Source

Structs§

Vec2
Represents two dimensional vector. Can be used as vector, point, size or any tuple-like object where vector math operations are benefit.
Vec3
Represents three dimensional vector. Can be also use as color or any 3-tuple-like object where vector operations are benefit.
Vec4
Four dimensional vector or any 4-tuple-like object (e.g. rectangle).
Vec2RangeIter
Vec3RangeIter

Traits§

Cast
Cast type to numeric type with smaller range. Ignore potential overflows.
ContainingFloat
Trait for integers. For each interger, it uses the smallest float that can contain all value of the integer loslessly.
Float
Goniometric
Trait that allows calculation of goniometric functions.
IntoFloat
Isqrt
Calculate the integer square root.
LargeType
Represents type that has larger type for operations that may be outside of normal values.
NormalLimits
Contains constants limiting the value to normal range.
One
Scale
Sqrt
Calculate the floating point square root.
Two
Zero