HalfSpaceTilted

class HalfSpaceTilted : public feasst::Shape

A half space divides space by a plane (or line in 2D). This is a generalized implementation of HalfSpace. This plane is specified either by two points, or a normal vector and distance from origin. See https://mathworld.wolfram.com/Point-PlaneDistance.html