| Package | Description |
|---|---|
| org.bimserver.serializers.binarygeometry.clipping |
| Modifier and Type | Field and Description |
|---|---|
protected Point |
Edge.p1 |
protected Point |
Edge.p2 |
static Point |
Point.Zero |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.add(double s) |
Point |
Point.add(Point p) |
Point |
Edge.computeIntersection(Edge e) |
Point |
Edge.computeIntersection(Point s,
Point p) |
Point |
Point.div(double s) |
Point |
Point.div(Point p) |
Point |
Edge.generatePointOnEdge(double t) |
Point |
Edge.getP1() |
Point |
Edge.getP2() |
Point |
Point.midPoint(Point p) |
Point |
Point.mul(double s) |
Point |
Point.mul(Point p) |
Point |
Point.sub(double s) |
Point |
Vector.toPoint() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Point> |
PolygonClipping.clippingAlg(ArrayList subjectP,
ArrayList clippingP) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.add(Point p) |
Point |
Edge.computeIntersection(Point s,
Point p) |
double |
Edge.distanceTo(Point p) |
Point |
Point.div(Point p) |
static boolean |
Edge.isPointInsideEdge(Edge e,
Point ref,
Point p) |
Point |
Point.midPoint(Point p) |
Point |
Point.mul(Point p) |
Vector |
Point.sub(Point p) |
| Constructor and Description |
|---|
Edge(Point p1,
Point p2) |
Copyright © 2019 OpenSource BIM. All rights reserved.