Function is_inside

Source
pub fn is_inside(pos: Vec2d, transform: Matrix2d, rect: Rectangle) -> bool
Expand description

Returns true if transformed point is inside rectangle.