Use strict tuples for SPics
This commit is contained in:
@@ -9,7 +9,7 @@ module Dodge.Item.Grammar (
|
||||
|
||||
import Dodge.Item.Orientation
|
||||
--import qualified Linear.Quaternion as Q
|
||||
import Geometry.Data
|
||||
--import Geometry.Data
|
||||
import Control.Applicative
|
||||
import Data.Bifunctor
|
||||
|
||||
@@ -60,8 +60,6 @@ basePartiallyComposedItem' itm = case itm ^. itType of
|
||||
-- _ ->
|
||||
where
|
||||
noa x y = (x, ILink y orientAttachment)
|
||||
c x y _ _ _ = Just (x,y)
|
||||
-- rhs = Q.axisAngle (V3 1 0 0) 0
|
||||
nolinks x = (itm,x, LTest (const Nothing) (const Nothing))
|
||||
isolate = (itm,UncomposableIsolateSF, LTest (const Nothing) (const Nothing))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user