Axiom.Math.PlaneBoundedVolume.PlaneBoundedVolume C# (CSharp) Method

PlaneBoundedVolume() public method

Default constructor.
public PlaneBoundedVolume ( ) : System
return System
		public PlaneBoundedVolume()
			: this( PlaneSide.Negative )
		{
		}

Same methods

PlaneBoundedVolume::PlaneBoundedVolume ( PlaneSide outside ) : System