mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-06 07:13:37 +00:00
14 lines
242 B
Haskell
14 lines
242 B
Haskell
module MetaBrush.Stroke where
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
{-
|
|
data StrokePoint
|
|
= StrokePoint
|
|
{ center :: Point2D Double
|
|
,
|
|
|
|
newtype Stroke =
|
|
Stroke { strokePoints :: Seq (
|
|
|
|
-} |