GenMeshCube method

MeshC GenMeshCube(
  1. double width,
  2. double height,
  3. double length
)

Implementation

MeshC GenMeshCube(double width, double height, double length) {
  return _GenMeshCube(width, height, length);
}