Point3DGrid

Description

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

 struct Point3DGrid
    {
		int Width() const;
		int Height() const;
		const Point3D* Data() const;
    };

See Also