intersects(_:)
Returns true if the the ray intersects the specified rectangle.
Declaration
func intersects(_ rect: Rect3DFloat) -> BoolParameters
- rect:
The second primitive.
Returns true if the the ray intersects the specified rectangle.
func intersects(_ rect: Rect3DFloat) -> BoolThe second primitive.