<static> intersects(a, b, asSegment, result) → {Phaser.Point}
Checks for intersection between two lines.If asSegment is true it will check for segment intersection.If asSegment is false it will check for line intersection.Returns the intersection segment of AB and EF as a Point, or null if there is no intersection.Adapted from code by Keith Hair
Parameters
Name Type Argument Default Description a Phaser.Line The first Line to be checked. b Phaser.Line The second Line to be