package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type point = int * int
val ccw : point -> point -> point -> bool
val in_circle : point -> point -> point -> point -> bool