| Package | Description |
|---|---|
| com.sun.javafx.geom | |
| com.sun.prism.impl |
| Modifier and Type | Method and Description |
|---|---|
Vec2f |
RectBounds.getMax(Vec2f max) |
abstract Vec2f |
BaseBounds.getMax(Vec2f max) |
Vec2f |
BoxBounds.getMax(Vec2f max) |
Vec2f |
RectBounds.getMin(Vec2f min) |
abstract Vec2f |
BaseBounds.getMin(Vec2f min) |
Vec2f |
BoxBounds.getMin(Vec2f min) |
| Modifier and Type | Method and Description |
|---|---|
float |
Vec2f.distance(Vec2f v)
Returns the distance from this
Vec2f to a
specified Vec2f. |
float |
Vec2f.distanceSq(Vec2f v)
Returns the square of the distance from this
Vec2f to a specified Vec2f. |
Vec2f |
RectBounds.getMax(Vec2f max) |
abstract Vec2f |
BaseBounds.getMax(Vec2f max) |
Vec2f |
BoxBounds.getMax(Vec2f max) |
Vec2f |
RectBounds.getMin(Vec2f min) |
abstract Vec2f |
BaseBounds.getMin(Vec2f min) |
Vec2f |
BoxBounds.getMin(Vec2f min) |
void |
Vec2f.set(Vec2f v)
Sets the location of this
Vec2f to the same
coordinates as the specified Vec2f object. |
void |
Vec2d.set(Vec2f v) |
| Constructor and Description |
|---|
Vec2d(Vec2f v) |
Vec2f(Vec2f v) |
| Modifier and Type | Method and Description |
|---|---|
Vec2f |
BaseMesh.getTVertex(int tIdx,
Vec2f texCoord) |
| Modifier and Type | Method and Description |
|---|---|
Vec2f |
BaseMesh.getTVertex(int tIdx,
Vec2f texCoord) |
Copyright © 2025. All rights reserved.