Module

Data.Geometry.Plane

Package
purescript-geometry-plane
Repository
Ebmtranceboy/purescript-geometry-plane

#PointAttributes Source

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

#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

#(<+|) Source

Operator alias for Data.Geometry.Plane.plus (left-associative / precedence 6)

#line Source

line :: Point -> Point -> Line

#aPointOnLine Source

#aVectorOfLine Source

#Arc Source

newtype Arc

Constructors

#RightAngle Source

newtype RightAngle

Constructors