PolygonShape:validate

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Validates whether the PolygonShape is convex. Concave PolygonShapes cannot be used in love.physics.

Function

Synopsis

convex = PolygonShape:validate()

Arguments

None.

Returns

boolean convex
Whether the PolygonShape is convex.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/PolygonShape:validate