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

Method Cylinder

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

* Generate cylinder mesh */

Source from the content-addressed store, hash-verified

86 * Generate cylinder mesh
87 */
88 static ::Mesh Cylinder(float radius, float height, int slices) { return ::GenMeshCylinder(radius, height, slices); }
89
90 /**
91 * Generate cone/pyramid mesh

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected