rsagl-0.2.1: The RogueStar Animation and Graphics LibrarySource codeContentsIndex
RSAGL.RayTrace
Documentation
data Ray3D Source
show/hide Instances
ray3d :: Point3D -> Vector3D -> Ray3DSource
class Geometry g whereSource
Methods
testRay :: Ray3D -> g -> Maybe (Double, SurfaceVertex3D)Source
show/hide Instances
data Plane Source
show/hide Instances
plane :: Point3D -> Vector3D -> PlaneSource
plane3 :: Point3D -> Point3D -> Point3D -> PlaneSource
shadowDeform :: Geometry g => Vector3D -> g -> SurfaceVertex3D -> SurfaceVertex3DSource
Produced by Haddock version 2.1.0