Package | Description |
---|---|
org.apache.openmeetings.util.geom |
Modifier and Type | Method and Description |
---|---|
GeomPoint |
GeomPoint.add(GeomPoint p) |
GeomPoint |
GeomPoint.clone() |
static GeomPoint |
GeomPoint.getLineIntersection(GeomPoint a1,
GeomPoint a2,
GeomPoint b1,
GeomPoint b2) |
static GeomPoint |
GeomPoint.interpolate(GeomPoint p1,
GeomPoint p2,
float f) |
GeomPoint |
GeomPoint.subtract(GeomPoint p) |
Modifier and Type | Method and Description |
---|---|
GeomPoint |
GeomPoint.add(GeomPoint p) |
static GeomPoint |
GeomPoint.getLineIntersection(GeomPoint a1,
GeomPoint a2,
GeomPoint b1,
GeomPoint b2) |
static GeomPoint |
GeomPoint.interpolate(GeomPoint p1,
GeomPoint p2,
float f) |
GeomPoint |
GeomPoint.subtract(GeomPoint p) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.