sculpto
|
#include <points.h>
Public Member Functions | |
points () | |
points (const std::vector< vertex_point > &Points) | |
Public Member Functions inherited from scl::topology::basis< vertex_point > | |
const mesh_type | GetType () const |
const std::vector< vertex_point > | GetVertices () const |
const std::vector< u32 > | GetIndices () const |
const vec3 & | GetBoundMin () const |
const vec3 & | GetBoundMax () const |
std::vector< vertex_point >::const_iterator | cbegin () const |
std::vector< vertex_point >::const_iterator | cend () const |
basis (mesh_type MeshType) | |
basis (mesh_type MeshType, const std::vector< vertex_point > &Vertices, const std::vector< u32 > &Indices) | |
basis (mesh_type MeshType, std::vector< vertex_point > &&Vertices, std::vector< u32 > &&Indices) | |
virtual | ~basis ()=default |
Additional Inherited Members | |
Public Attributes inherited from scl::topology::basis< vertex_point > | |
mesh_type | MeshType |
std::vector< vertex_point > | Vertices |
std::vector< u32 > | Indices |
vec3 | Min |
vec3 | Max |
scl::topology::points::points | ( | ) |
None. |
Definition at line 12 of file points.cpp.
scl::topology::points::points | ( | const std::vector< vertex_point > & | Points | ) |
Points | - array of points. |
Definition at line 18 of file points.cpp.