MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Cone

Method Cone

include/MeshUnmanaged.hpp:93–93  ·  view source on GitHub ↗

* Generate cone/pyramid mesh */

Source from the content-addressed store, hash-verified

91 * Generate cone/pyramid mesh
92 */
93 static ::Mesh Cone(float radius, float height, int slices) { return ::GenMeshCone(radius, height, slices); }
94
95 /**
96 * Generate torus mesh

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected