sculpto
|
#include <plane.h>
Public Member Functions | |
plane (int Width, int Height) | |
~plane () override=default | |
Public Member Functions inherited from scl::topology::grid | |
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::plane::plane | ( | int | Width, |
int | Height | ||
) |
Width,Height | - plane size. |
|
overridedefault |
Topology plane object default destructor.