package oplot

  1. Overview
  2. Docs

Module Points.Point3Source

Sourcetype t = {
  1. x : float;
  2. y : float;
  3. z : float;
}