Safe Haskell | None |
---|
RSAGL.Modeling.Deformation
Documentation
type Deformation = Either (SurfaceVertex3D -> Point3D) (SurfaceVertex3D -> SurfaceVertex3D)Source
class DeformationClass a whereSource
Methods
deformation :: a -> DeformationSource
Instances
rsagl-0.4.0.3: The RogueStar Animation and Graphics Library
Safe Haskell | None |
---|
RSAGL.Modeling.Deformation
type Deformation = Either (SurfaceVertex3D -> Point3D) (SurfaceVertex3D -> SurfaceVertex3D)Source
class DeformationClass a whereSource
Methods
deformation :: a -> DeformationSource
Instances