GlomeTrace-0.1.1: Ray Tracing Library
Data.Glome.Plane
Synopsis
plane :: Vec -> Vec -> SolidItemSource
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.
plane_offset :: Vec -> Flt -> SolidItemSource