module GMath3D::BoxAvailable

Including ‘vertices’ methodshould be implimented that gets geometry vertices as Array of Vector3.

Public Instance Methods

box() click to toggle source
Output

return axially aligned bounding box as Box.

# File lib/util.rb, line 31
def box
  return Box.from_points( vertices )
end