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

Method Torus

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

* Generate torus mesh */

Source from the content-addressed store, hash-verified

96 * Generate torus mesh
97 */
98 static ::Mesh Torus(float radius, float size, int radSeg, int sides) {
99 return ::GenMeshTorus(radius, size, radSeg, sides);
100 }
101
102 /**
103 * Generate trefoil knot mesh

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected