Options
All
  • Public
  • Public/Protected
  • All
Menu

External module gcs/io

Index

Type aliases

JSONArc

JSONArc: object

Type declaration

  • c: number
  • p0: number
  • p1: number
  • r: number
  • type: "arc"

JSONCircle

JSONCircle: object

Type declaration

  • c: number
  • r: number
  • type: "circle"

JSONColinearPoints

JSONColinearPoints: object

Type declaration

  • points: number[]
  • type: "colinear points"

JSONEqual

JSONEqual: object

Type declaration

  • name: string
  • type: "equal"
  • variables: number[]

JSONEqualLength

JSONEqualLength: object

Type declaration

  • lines: number[]
  • type: "equal length"

JSONFigure

JSONLine

JSONLine: object

Type declaration

  • p0: number
  • p1: number
  • type: "line"

JSONMidpoint

JSONMidpoint: object

Type declaration

  • line: number
  • midpoint: number
  • type: "midpoint"

JSONPoint

JSONPoint: object

Type declaration

  • p: number
  • type: "point"

JSONPointsOnCircle

JSONPointsOnCircle: object

Type declaration

  • circle: number
  • points: number[]
  • type: "points on circle"

JSONRelation

JSONSketch

JSONSketch: object

Type declaration

JSONTangentCircle

JSONTangentCircle: object

Type declaration

  • circle0: number
  • circle1: number
  • type: "tangent circle"

JSONTangentLine

JSONTangentLine: object

Type declaration

  • circle: number
  • line: number
  • type: "tangent line"

Generated using TypeDoc