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 in_alpha) voidsetPoints(Collection<LerpPolyline.PolylinePoint> in_points) voidsetPoints(LerpPolyline.PolylinePoint... in_points)
-
Field Details
-
pointsRaw
-
-
Constructor Details
-
LerpPolyline
public LerpPolyline()
-
-
Method Details
-
lerp
public float lerp(float in_alpha) - Specified by:
lerpin classIInterpolator
-
setPoints
-
setPoints
-
afterUnmarshal
-