1 module polyplex.math;
2 public import polyplex.math.matrix;
3 public import polyplex.math.rectangle;
4 public import polyplex.math.vector;
5 public import polyplex.math.quaternion;
6 public import polyplex.math.geometry;
7 public static import Mathf = polyplex.math.mathf;