public class Direction extends Object
Constructor and Description |
---|
Direction(Direction d) |
Direction(double a,
double b) |
Modifier and Type | Method and Description |
---|---|
Position |
destination(double d) |
static Direction |
fromTo(Position pa,
Position pb) |
double |
getCosine() |
double |
getSine() |
double |
getXCpt() |
double |
getYCpt() |
public Direction(Direction d)
public Direction(double a, double b)
Copyright © 2020. All rights reserved.