to_9points_chunk

Function to_9points_chunk 

Source
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.