file
Tipsify.hFunction Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::MeshTools
- Mesh tools.
Functions
-
void tipsifyInPlace(const Containers::
StridedArrayView1D<UnsignedInt>& indices, UnsignedInt vertexCount, std:: size_t cacheSize) - Tipsify the mesh in-place.
-
void tipsifyInPlace(const Containers::
StridedArrayView1D<UnsignedShort>& indices, UnsignedInt vertexCount, std:: size_t cacheSize) new in 2020.06 -
void tipsifyInPlace(const Containers::
StridedArrayView1D<UnsignedByte>& indices, UnsignedInt vertexCount, std:: size_t cacheSize) new in 2020.06 -
void tipsify(std::
vector<UnsignedInt>& indices, UnsignedInt vertexCount, std:: size_t cacheSize) deprecated in 2020.06 - Tipsify the mesh in-place.