|
|
|
|
@ -152,6 +152,7 @@ Trade::MeshData3D capsule3DWireframe(const UnsignedInt hemisphereRings, const Un
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
|
/* LCOV_EXCL_START */ |
|
|
|
|
Trade::MeshData2D Capsule2D::wireframe(const UnsignedInt hemisphereRings, const UnsignedInt cylinderRings, const Float halfLength) { |
|
|
|
|
return capsule2DWireframe(hemisphereRings, cylinderRings, halfLength); |
|
|
|
|
} |
|
|
|
|
@ -163,6 +164,7 @@ Trade::MeshData3D Capsule3D::solid(const UnsignedInt hemisphereRings, const Unsi
|
|
|
|
|
Trade::MeshData3D Capsule3D::wireframe(const UnsignedInt hemisphereRings, const UnsignedInt cylinderRings, const UnsignedInt segments, const Float halfLength) { |
|
|
|
|
return capsule3DWireframe(hemisphereRings, cylinderRings, segments, halfLength); |
|
|
|
|
} |
|
|
|
|
/* LCOV_EXCL_STOP */ |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
}} |
|
|
|
|
|