|
sculpto
|
#include <sphere.h>
Public Member Functions | |
| sphere (const vec3 &Center, float Radius, int Slices) | |
| ~sphere () 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::sphere::sphere | ( | const vec3 & | Center, |
| float | Radius, | ||
| int | Slices | ||
| ) |
| Center | - sphere center point. |
| Radius | - sphere radius. |
| Slices | - sphere mesh slices count. |
Definition at line 12 of file sphere.cpp.
|
overridedefault |
Sphere topology object default destructor.