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 TypeMethodDescriptionvoid
afterUnmarshal
(javax.xml.bind.Unmarshaller var1, Object var2) float
lerp
(float float0) void
setPoints
(Collection<LerpPolyline.PolylinePoint> collection) void
setPoints
(LerpPolyline.PolylinePoint... polylinePoints)
-
Field Details
-
pointsRaw
-
-
Constructor Details
-
LerpPolyline
public LerpPolyline()
-
-
Method Details
-
lerp
public float lerp(float float0) - Specified by:
lerp
in classIInterpolator
-
setPoints
-
setPoints
-
afterUnmarshal
-