SegmentIntersection
in package
Table of Contents
- isIntersecting() : bool
- area() : float
- isIntersectingByAxis() : bool
Methods
isIntersecting()
public
static isIntersecting(Segment $a, Segment $b) : bool
Parameters
Tags
Return values
bool —area()
private
static area(Point $a, Point $b, Point $c) : float
Parameters
Return values
float —isIntersectingByAxis()
private
static isIntersectingByAxis(float $a, float $b, float $c, float $d) : bool
Parameters
- $a : float
- $b : float
- $c : float
- $d : float