pub fn to_9points_chunk(rect: &Rectangle) -> [Vector2; 9]Expand description
Same as to_9points but returns the points in an array ordered as:
topLeft, topRight, bottomRight, bottomLeft, topCenter, rightCenter,
bottomCenter, leftCenter, center.
pub fn to_9points_chunk(rect: &Rectangle) -> [Vector2; 9]Same as to_9points but returns the points in an array ordered as:
topLeft, topRight, bottomRight, bottomLeft, topCenter, rightCenter,
bottomCenter, leftCenter, center.