- Copyright
- Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file Surface.h.
#include <memory>
#include <vector>
#include "AABB.h"
#include "GeoObject.h"
#include "Point.h"
Go to the source code of this file.
|
class | GeoLib::Surface |
| A Surface is represented by Triangles. It consists of a reference to a vector of (pointers to) points (_sfc_pnts) and a vector that stores the Triangles consisting of points from _sfc_pnts. More...
|
|