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

Method Knot

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

* Generate trefoil knot mesh */

Source from the content-addressed store, hash-verified

103 * Generate trefoil knot mesh
104 */
105 static ::Mesh Knot(float radius, float size, int radSeg, int sides) {
106 return ::GenMeshKnot(radius, size, radSeg, sides);
107 }
108
109 /**
110 * Generate heightmap mesh from image data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected