Package | Description |
---|---|
com.sun.javafx.geom.transform |
Modifier and Type | Class and Description |
---|---|
class |
Affine2D
The
Affine2D class represents a 2D affine transform
that performs a linear mapping from 2D coordinates to other 2D
coordinates that preserves the "straightness" and
"parallelness" of lines. |
class |
Affine3D |
class |
AffineBase |
class |
BaseTransform |
class |
GeneralTransform3D
A general-purpose 4x4 transform that may or may not be affine.
|
class |
Identity |
class |
Translate2D |
Modifier and Type | Method and Description |
---|---|
static BaseBounds |
TransformHelper.general3dBoundsTransform(CanTransformVec3d tx,
BaseBounds src,
BaseBounds dst,
Vec3d tempV3d) |
Copyright © 2020. All rights reserved.