Package | Description |
---|---|
com.sun.javafx.geom |
Modifier and Type | Method and Description |
---|---|
double |
Vec2d.distance(Vec2d v)
Returns the distance from this
Vec2d to a
specified Vec2d . |
double |
Vec2d.distanceSq(Vec2d v)
Returns the square of the distance from this
Vec2d to a specified Vec2d . |
void |
Vec2d.set(Vec2d v) |
Constructor and Description |
---|
Vec2d(Vec2d v) |
Copyright © 2020. All rights reserved.