bettercmath

Undocumented in source.

Modules

box
module bettercmath.box

Type and dimension generic Axis-Aligned Bounding Box (AABB).

cmath
module bettercmath.cmath

Type generic standard math functions and constants.

easings
module bettercmath.easings

Type generic easing functions.

hexagrid2d
module bettercmath.hexagrid2d

2D hexagon grid math.

matrix
module bettercmath.matrix

Type and dimension generic Matrix type.

misc
module bettercmath.misc

Miscelaneous math functions and definitions.

transform
module bettercmath.transform

Type and dimension generic Affine Transformations backed by possibly compacted Matrices.

valuerange
module bettercmath.valuerange

Inclusive scalar value ranges for interpolating and remapping values.

vector
module bettercmath.vector

Type and dimension generic Vector backed by a static array.

Public Imports

bettercmath.box
public import bettercmath.box;
bettercmath.cmath
public import bettercmath.cmath;
bettercmath.easings
public import bettercmath.easings;
bettercmath.hexagrid2d
public import bettercmath.hexagrid2d;
bettercmath.matrix
public import bettercmath.matrix;
bettercmath.misc
public import bettercmath.misc;
bettercmath.transform
public import bettercmath.transform;
bettercmath.vector
public import bettercmath.vector;
bettercmath.valuerange
public import bettercmath.valuerange;

Meta