SharpMath.Plane.Zero C# (CSharp) 메소드

Zero() 공개 메소드

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