Class LerpPolyline
java.lang.Object
zombie.core.math.IInterpolator
zombie.core.math.interpolators.LerpPolyline
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent) floatlerp(float alpha) voidvoidsetPoints(LerpPolyline.PolylinePoint... points)
-
Field Details
-
pointsRaw
-
-
Constructor Details
-
LerpPolyline
public LerpPolyline()
-
-
Method Details
-
lerp
public float lerp(float alpha) - Specified by:
lerpin classIInterpolator
-
setPoints
-
setPoints
-
afterUnmarshal
-