module AGeom: sig .. end
Analytic Geometry
Read the
Wikipedia article about
Analytic Geometry
Types
type point2d = float * float
(x, y)
type point3d = float * float * float
(x, y, z)
type vector2d = float * float
(x, y)
type vector3d = float * float * float
(x, y, z)
type angle = float
radian
Modules
module Angle: sig .. end
module Point2d: sig .. end
module Point3d: sig .. end
module Vector2d: sig .. end
module Vector3d: sig .. end
module Quaternion: sig .. end
module Curves2d: sig .. end
module Curves3d: sig .. end