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

Other Languages