public class Goniometry extends Object
| Constructor and Description |
|---|
Goniometry() |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Integer,Integer> |
calcPosOnCircle(double r,
double originX,
double originY,
double angle) |
public static Pair<Integer,Integer> calcPosOnCircle(double r, double originX, double originY, double angle)
r - radius of the circleoriginX - the origin (center of the circle) X coordinateoriginY - the origin (center of the circle) Y coordinateangle - the angle (in degrees)Copyright © 2015. All Rights Reserved.