Implement arcs with variable width and color
This commit is contained in:
@@ -110,6 +110,7 @@ cylinderOnSeg :: Point3 -> Point3 -> Point3 -> Float -> Bool
|
||||
cylinderOnSeg = undefined
|
||||
-- | Find the difference between two Nums.
|
||||
difference :: (Ord a, Num a) => a -> a -> a
|
||||
{-# INLINE difference #-}
|
||||
difference x y
|
||||
| x > y = x - y
|
||||
| otherwise = y - x
|
||||
|
||||
Reference in New Issue
Block a user