sculpto
|
#include <cone.h>
Public Member Functions | |
cone (const vec3 &A, float R1, const vec3 &B, float R2, int Slices) | |
~cone () 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 |
A | - cone bottom base middle point. |
R1 | - cone bottmo base cone |
B | - cone top base middle point. |
R2 | - cone top base middle point. |
Slices | - mesh slices count. |
Definition at line 12 of file cone.cpp.
|
overridedefault |
Cone topology object default destructor.