This method tests to see if a point in space is inside or outside of a brush.
Parameter | Description |
---|---|
point | position in global space to test |
padding | brush face padding |
Returns true if the point is inside the brush, otherwise false is returned.
The optional padding value acts as if the brush faces are being moved forward by that amount, making the brush volume larger. This is not exactly the same thing as a radius around the point.