Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data ClosedVectorPath Source #
ClosedVectorPath | Represents a closed vector path. The path begins at the end point of the last command. The coordinate system origin is in the upper-left corner |
|
Instances
FromJSON ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath parseJSON :: Value -> Parser ClosedVectorPath # parseJSONList :: Value -> Parser [ClosedVectorPath] # | |
Show ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath showsPrec :: Int -> ClosedVectorPath -> ShowS # show :: ClosedVectorPath -> String # showList :: [ClosedVectorPath] -> ShowS # | |
Eq ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath (==) :: ClosedVectorPath -> ClosedVectorPath -> Bool # (/=) :: ClosedVectorPath -> ClosedVectorPath -> Bool # | |
ShortShow ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath shortShow :: ClosedVectorPath -> String Source # |