Summary

public Vector2D[] GetCorners()

Gets an array of points that make up the corners of the BoundingBox2D.

Returns

Vector2D[]

Summary

public void GetCorners(Vector2D[] corners)

Gets the array of points that make up the corners of the BoundingBox2D.

Parameters