GlomeTrace-0.1.1: Ray Tracing Library

Data.Glome.Plane

Synopsis

Documentation

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.