public class LVector extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
x
x value, made public for higher performance
|
double |
y
y value, made public for higher performance
|
| Constructor and Description |
|---|
LVector() |
LVector(double x,
double y) |
LVector(double x,
int y) |
LVector(int x,
double y) |
LVector(int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
double |
getX() |
double |
getY() |
void |
setX(double x) |
void |
setY(double y) |
String |
toString() |
public double x
public double y
Copyright © 2019 Philip Heyse. All rights reserved.