Scad_mlmodule Scad : sig ... endThe core module of this library. Containing the core type, and all operations upon it.
module Text : sig ... endTypes pertaining to the configuration of OpenSCAD text objects.
module Color : sig ... endType defining the available colour options in OpenSCAD.
module MultMatrix : sig ... endAn affine transformation matrix.
module RotMatrix : sig ... endA rotation matrix.
module Quaternion : sig ... endProvides functions for the creation of and operations between quaternions. These can be used to create composable and interpolatable rotations to be applied to vectors (e.g. Vec3.t) directly, and Scad.t through MultMatrix.t.
module Vec3 : sig ... end3-dimensional vector type.