Gears/external/dplug/math/package.d

13 lines
410 B
D

/**
* Math package: rectangles, vectors, matrices.
*
* Copyright: Copyright Guillaume Piolat 2021.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Note: this is part of the former gfm:math package, hence containing copyright from many GFM contributors.
*/
module dplug.math;
public import dplug.math.vector,
dplug.math.box,
dplug.math.matrix;