Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.ClosedVectorPath
Documentation
data ClosedVectorPath Source #
Constructors
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 |
Fields
|
Instances
FromJSON ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath Methods parseJSON :: Value -> Parser ClosedVectorPath # parseJSONList :: Value -> Parser [ClosedVectorPath] # | |
Show ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath Methods showsPrec :: Int -> ClosedVectorPath -> ShowS # show :: ClosedVectorPath -> String # showList :: [ClosedVectorPath] -> ShowS # | |
Eq ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath Methods (==) :: ClosedVectorPath -> ClosedVectorPath -> Bool # (/=) :: ClosedVectorPath -> ClosedVectorPath -> Bool # | |
ShortShow ClosedVectorPath Source # | |
Defined in TD.Data.ClosedVectorPath Methods shortShow :: ClosedVectorPath -> String Source # |