Surface

Description

Represents an ordered set of three-dimensional points in the Cartesian system.

 class Surface
    {
		int Width() const;
		int Height() const;
    };

See Also