GetMeshBoundingBox method

BoundingBoxD GetMeshBoundingBox(
  1. MeshD mesh
)

Implementation

BoundingBoxD GetMeshBoundingBox(
  MeshD mesh,
) => run(
  () => 'GetMeshBoundingBox($mesh)',
  () => rl.Core.GetMeshBoundingBox(_refMesh1(mesh).ref).toD(),
);