public final class TempState extends Object
Modifier and Type | Field and Description |
---|---|
BaseBounds |
bounds
A temporary rect used for computing bounds by the various bounds
variables.
|
Affine3D |
leafTx
A temporary affine transform used by the path transition to avoid
creating temporary garbage.
|
BaseTransform |
pickTx
A temporary affine transform used when picking to avoid creating
temporary garbage.
|
Point2D |
point
A temporary point used for picking and other purposes.
|
GeneralTransform3D |
projViewTx
A temporary general transform used by LOD helper method, in node,
to compute area in scene.
|
Affine3D |
tempTx
A temporary affine transform used by the LOD helper method to get an
affine transform.
|
Vec3d |
vec3d |
public BaseBounds bounds
public final BaseTransform pickTx
public final Affine3D leafTx
public final Point2D point
public final Vec3d vec3d
public final GeneralTransform3D projViewTx
public final Affine3D tempTx
public static TempState getInstance()
Copyright © 2020. All rights reserved.