Module Scad_mlSource

Sourcemodule Scad : sig ... end

The core module of this library. Containing the core type, and all operations upon it.

Sourcemodule Text : sig ... end

Types pertaining to the configuration of OpenSCAD text objects.

Sourcemodule Color : sig ... end

Type defining the available colour options in OpenSCAD.

Sourcemodule MultMatrix : sig ... end

An affine transformation matrix.

Sourcemodule RotMatrix : sig ... end

A rotation matrix.

Sourcemodule Quaternion : sig ... end

Provides 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.

Sourcemodule Vec3 : sig ... end

3-dimensional vector type.