getBounds method

  1. @override
Aabb3 getBounds()
override

Gets bounds of a model (min and max coordinates).

Implementation

@override
Aabb3 getBounds() {
  return figure.getBounds();
}