public final class Geom extends Object
Modifier and Type | Method and Description |
---|---|
static Localizable |
createLocalizable(double x,
double y)
Create a localizable.
|
static Coord |
intersection(Line l1,
Line l2)
Get the intersection point of two lines.
|
public static Coord intersection(Line l1, Line l2)
l1
- The first line.l2
- The second line.public static Localizable createLocalizable(double x, double y)
x
- The horizontal location.y
- The vertical location.Copyright © 2017 Byron 3D Games Studio. All rights reserved.