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

Method Plane

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

* Generate plane mesh (with subdivisions) */

Source from the content-addressed store, hash-verified

64 * Generate plane mesh (with subdivisions)
65 */
66 static ::Mesh Plane(float width, float length, int resX, int resZ) {
67 return ::GenMeshPlane(width, length, resX, resZ);
68 }
69
70 /**
71 * Generate cuboid mesh

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected