GlomeTrace-0.3: Ray Tracing Library

Safe HaskellSafe-Inferred

Data.Glome.Plane

Synopsis

Documentation

plane :: Vec -> Vec -> SolidItem t mSource

Construct a plane (or, more accurately, a half-space) by specifying a point on the plane and a normal. The normal points towards the outside of the plane. Planes are often useful within CSG objects.