public class Triangle extends Object
| Modifier and Type | Field and Description |
|---|---|
Point2D.Float |
a |
Point2D.Float |
b |
Point2D.Float |
c |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInside(Point2D.Float x,
Point2D.Float y,
Point2D.Float z,
Point2D.Float p) |
public final Point2D.Float a
public final Point2D.Float b
public final Point2D.Float c
public static boolean isInside(Point2D.Float x, Point2D.Float y, Point2D.Float z, Point2D.Float p)
Copyright © 2018. All rights reserved.