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 | Field and Description |
---|---|
(package private) Vec2f[] |
MeshTempState.triTexCoords |
(package private) Vec2f |
MeshTempState.vec2f1
Temporary Vec2fs used by MeshUtil to fix tangent space.
|
(package private) Vec2f |
MeshTempState.vec2f2 |
Modifier and Type | Method and Description |
---|---|
Vec2f |
BaseMesh.getTVertex(int tIdx,
Vec2f texCoord) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
MeshUtil.computeTBNNormalized(Vec3f pa,
Vec3f pb,
Vec3f pc,
Vec2f ta,
Vec2f tb,
Vec2f tc,
Vec3f[] norm) |
Vec2f |
BaseMesh.getTVertex(int tIdx,
Vec2f texCoord) |