SharpMath.Plane.Zero C# (CSharp) Méthode

Zero() public méthode

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