| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.VectorPathCommand
Synopsis
Documentation
data VectorPathCommand Source #
Represents a vector path command
Constructors
| VectorPathCommandLine | A straight line to a given point |
| VectorPathCommandCubicBezierCurve | A cubic Bézier curve to a given point |
Fields
| |
Instances
| FromJSON VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand Methods parseJSON :: Value -> Parser VectorPathCommand # parseJSONList :: Value -> Parser [VectorPathCommand] # | |
| Show VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand Methods showsPrec :: Int -> VectorPathCommand -> ShowS # show :: VectorPathCommand -> String # showList :: [VectorPathCommand] -> ShowS # | |
| Eq VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand Methods (==) :: VectorPathCommand -> VectorPathCommand -> Bool # (/=) :: VectorPathCommand -> VectorPathCommand -> Bool # | |
| ShortShow VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand Methods shortShow :: VectorPathCommand -> String Source # | |