GetMeshBoundingBox method

BoundingBoxD GetMeshBoundingBox(
  1. MeshD mesh
)

Implementation

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