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 booleanactiveIndicator whether theShapesis animating or not.ShapeshapeTheShapescom.jogamp.math.Vec3fstartPosShapesscaled start positioncom.jogamp.math.Vec3ftargetPosShapesscaled target positionObjectuserOptional user attachment perShapeto be used withinAnimGroup.LerpFunc.
-
-
-
Field Detail
-
active
public boolean active
Indicator whether theShapesis animating or not.
-
startPos
public final com.jogamp.math.Vec3f startPos
Shapesscaled start position
-
targetPos
public final com.jogamp.math.Vec3f targetPos
Shapesscaled target position
-
shape
public final Shape shape
TheShapes
-
user
public Object user
Optional user attachment perShapeto be used withinAnimGroup.LerpFunc.
-
-
Constructor Detail
-
ShapeData
public ShapeData(Shape s)
-
-