Module

Graphics.Canvas.Geometry

Package
purescript-canvas-geometry
Repository
Ebmtranceboy/purescript-canvas-geometry

#Arc Source

newtype Arc

Constructors

Instances

#Context Source

type Context = { color :: Color, lineWidth :: Number }

#PointAttributes Source

type PointAttributes = { coordinates :: Polynomial Number, name :: String }

#RightAngle Source

newtype RightAngle

Constructors

Instances

#Based Source

class Based a  where

Members

Instances

#Measurable Source

class Measurable a  where

Members

Instances

#Summable Source

class Summable a b  where

Members

Instances

#aPointOnLine Source

#aVectorOfLine Source

#arrowBluntness Source

#arrowLength Source

#arrowTip Source

arrowTip :: Segment -> { at1 :: Point, at2 :: Point }

#line Source

line :: Point -> Point -> Line

#(<+|) Source

Operator alias for Graphics.Canvas.Geometry.plus (left-associative / precedence 6)