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"
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
JSONPointsOnCircle
JSONPointsOnCircle: object
Type declaration
-
circle: number
-
points: number[]
-
type: "points on circle"
JSONSketch
JSONSketch: object
Type declaration
-
-
points: [number, number, string, LabelPosition][]
-
-
variables: number[]
JSONTangentCircle
JSONTangentCircle: object
Type declaration
-
circle0: number
-
circle1: number
-
type: "tangent circle"
JSONTangentLine
JSONTangentLine: object
Type declaration
-
circle: number
-
line: number
-
type: "tangent line"