SharpMath.Plane.Zero C# (CSharp) Method

Zero() public method

public Zero ( ) : Plane
return Plane
        public Plane Zero()
        {
            n.Set( 0, 0, 0 ); d = 0.0f; return this;
        }