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

Method Poly

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

* Generate polygonal mesh */

Source from the content-addressed store, hash-verified

59 * Generate polygonal mesh
60 */
61 static ::Mesh Poly(int sides, float radius) { return ::GenMeshPoly(sides, radius); }
62
63 /**
64 * Generate plane mesh (with subdivisions)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected