10 lines
238 B
D
10 lines
238 B
D
module gfm.math;
|
|
|
|
public import gfm.math.funcs,
|
|
gfm.math.vector,
|
|
gfm.math.box,
|
|
gfm.math.matrix,
|
|
gfm.math.quaternion,
|
|
gfm.math.shapes,
|
|
gfm.math.simplerng;
|