Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.javafx.geom.transform | |
com.sun.javafx.sg.prism | |
com.sun.javafx.util | |
com.sun.prism.impl.ps | |
com.sun.prism.ps | |
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
Modifier and Type | Method and Description |
---|---|
static PickRay |
PickRay.computeParallelPickRay(double x,
double y,
double viewHeight,
Affine3D cameraTransform,
double nearClip,
double farClip,
PickRay pickRay) |
static PickRay |
PickRay.computePerspectivePickRay(double x,
double y,
boolean fixedEye,
double viewWidth,
double viewHeight,
double fieldOfViewRadians,
boolean verticalFieldOfView,
Affine3D cameraTransform,
double nearClip,
double farClip,
PickRay pickRay) |
Modifier and Type | Method and Description |
---|---|
Affine3D |
Affine3D.deriveWithConcatenation(BaseTransform transform) |
Affine3D |
Affine3D.deriveWithConcatenation(double Txx,
double Tyx,
double Txy,
double Tyy,
double Txt,
double Tyt) |
Affine3D |
Affine3D.deriveWithNewTransform(BaseTransform tx) |
Affine3D |
Affine3D.deriveWithPreConcatenation(BaseTransform transform) |
Affine3D |
Affine3D.deriveWithPreTranslation(double mxt,
double myt) |
Affine3D |
Affine3D.deriveWithTranslation(double tx,
double ty) |
Affine3D |
Affine3D.lookAt(Vec3d eye,
Vec3d center,
Vec3d up)
Sets this transform to a viewing transform computed from the specified
eye point, center point, and up vector.
|
Constructor and Description |
---|
Affine3D(Affine3D other) |
Modifier and Type | Field and Description |
---|---|
protected static Affine3D |
NGNode.TEMP_TRANSFORM |
protected Affine3D |
NGCamera.worldTransform |
Modifier and Type | Method and Description |
---|---|
Affine3D |
NGLightBase.getWorldTransform() |
Modifier and Type | Method and Description |
---|---|
void |
NGLightBase.setWorldTransform(Affine3D localToSceneTx) |
void |
NGCamera.setWorldTransform(Affine3D localToWorldTx) |
Modifier and Type | Field and Description |
---|---|
Affine3D |
TempState.leafTx
A temporary affine transform used by the path transition to avoid
creating temporary garbage.
|
Affine3D |
TempState.tempTx
A temporary affine transform used by the LOD helper method to get an
affine transform.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseShaderGraphics.getPaintShaderTransform(Affine3D ret) |
Modifier and Type | Method and Description |
---|---|
void |
ShaderGraphics.getPaintShaderTransform(Affine3D ret) |
Modifier and Type | Method and Description |
---|---|
void |
Translate.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract void |
Transform.impl_apply(Affine3D t)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Shear.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Scale.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Rotate.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Affine.impl_apply(Affine3D trans)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Copyright © 2020. All rights reserved.