package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type raw = {
  1. raw_contents : Patoraw.RawContent.raw list;
  2. raw_anchor : float * float;
}
type t =
  1. | Node of Node.t
  2. | Matrix of Matrix.t
  3. | Matrix3d of Matrix3d.t
  4. | Edge of Edge.t
  5. | Gentity of gentity
  6. | Raw of raw
val to_raw_list : t -> Patoraw.RawContent.raw list
val anchor : t -> anchor -> Point.t
val to_contents : t list -> Patoraw.RawContent.raw list