Shape::separated()
Checks whether some edge of a has all of b on its far side,
which for convex outlines means the two cannot be touching.
Syntax
Java
.separated(a, b)
Parameters
| Name | Data Type | Description |
|---|---|---|
| a | double[] | |
| b | double[] |
Return
boolean