sculpto
|
#include <grid.h>
Public Member Functions | |
int | GetWidth () const |
int | GetHeight () const |
grid (int Width, int Height) | |
~grid () override=default | |
Public Member Functions inherited from scl::topology::basis< vertex > | |
const mesh_type | GetType () const |
const std::vector< vertex > | GetVertices () const |
const std::vector< u32 > | GetIndices () const |
const vec3 & | GetBoundMin () const |
const vec3 & | GetBoundMax () const |
std::vector< vertex >::const_iterator | cbegin () const |
std::vector< vertex >::const_iterator | cend () const |
basis (mesh_type MeshType) | |
basis (mesh_type MeshType, const std::vector< vertex > &Vertices, const std::vector< u32 > &Indices) | |
basis (mesh_type MeshType, std::vector< vertex > &&Vertices, std::vector< u32 > &&Indices) | |
virtual | ~basis ()=default |
Additional Inherited Members | |
Public Attributes inherited from scl::topology::basis< vertex > | |
mesh_type | MeshType |
std::vector< vertex > | Vertices |
std::vector< u32 > | Indices |
vec3 | Min |
vec3 | Max |
scl::topology::grid::grid | ( | int | Width, |
int | Height | ||
) |
Vertices | - verticeies array. |
Indices | - vertices indices. |
Definition at line 12 of file grid.cpp.
|
overridedefault |
Topology grid object default destructor.
|
inline |
|
inline |