pixijs/pixi-haxe

View on GitHub
src/pixi/core/math/shapes/Rectangle.hx

Summary

Maintainability
Test Coverage

Parameter definition of y masks member of same name
Open

    override function contains(x:Float, y:Float):Bool;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

Parameter definition of x masks member of same name
Open

    override function contains(x:Float, y:Float):Bool;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

There are no issues that match your filters.

Category
Status