Package | Description |
---|---|
edu.ucsd.sbrg.escher.model |
Represents model classes for representation of Escher's components.
|
edu.ucsd.sbrg.math |
Modifier and Type | Method and Description |
---|---|
Point |
Point.add(Point p) |
Point |
Point.clone() |
Point |
Segment.getBasePoint1() |
Point |
Segment.getBasePoint2() |
Point |
Segment.removeBasePoint1() |
Point |
Segment.removeBasePoint2() |
Point |
Point.scale(double scale) |
Modifier and Type | Method and Description |
---|---|
Point |
Point.add(Point p) |
void |
Segment.setBasePoint1(Point b1) |
void |
Segment.setBasePoint2(Point b2) |
Constructor and Description |
---|
Point(Point point) |
Modifier and Type | Method and Description |
---|---|
static Point |
Geometry.bezier(double t,
double x1,
double y1,
double x2,
double y2,
double b1x,
double b1y,
double b2x,
double b2y) |
static Point |
Geometry.bezier(double t,
Point start,
Point end,
Point b1,
Point b2)
Gives the Beziér point at parameter t for the given definition
and control points.
|
static Point |
Geometry.convert(Point2D point) |
Modifier and Type | Method and Description |
---|---|
static Point |
Geometry.bezier(double t,
Point start,
Point end,
Point b1,
Point b2)
Gives the Beziér point at parameter t for the given definition
and control points.
|
static Point2D.Double |
Geometry.convert(Point point) |
Copyright © 2015–2019 University of Tübingen. All rights reserved.