Package com.jogamp.graph.ui
Class AnimGroup.ShapeData
- java.lang.Object
-
- com.jogamp.graph.ui.AnimGroup.ShapeData
-
-
Field Summary
Fields Modifier and Type Field Description boolean
active
Indicator whether theShapes
is animating or not.Shape
shape
TheShapes
com.jogamp.math.Vec3f
startPos
Shapes
scaled start positioncom.jogamp.math.Vec3f
targetPos
Shapes
scaled target positionObject
user
Optional user attachment perShape
to be used withinAnimGroup.LerpFunc
.
-
-
-
Field Detail
-
active
public boolean active
Indicator whether theShapes
is animating or not.
-
startPos
public final com.jogamp.math.Vec3f startPos
Shapes
scaled start position
-
targetPos
public final com.jogamp.math.Vec3f targetPos
Shapes
scaled target position
-
shape
public final Shape shape
TheShapes
-
user
public Object user
Optional user attachment perShape
to be used withinAnimGroup.LerpFunc
.
-
-
Constructor Detail
-
ShapeData
public ShapeData(Shape s)
-
-