Package georegression.transform.se
Class InterpolateLinearSe2_F32
java.lang.Object
georegression.transform.se.InterpolateLinearSe2_F32
@Generated("georegression.transform.se.InterpolateLinearSe2_F64")
public class InterpolateLinearSe2_F32
extends Object
Performs linear interpolation between two rigid body transforms
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
interpolate
(Se2_F32 a, Se2_F32 b, float where, Se2_F32 output) Perform linear interpolation
-
Constructor Details
-
InterpolateLinearSe2_F32
public InterpolateLinearSe2_F32()
-
-
Method Details
-
interpolate
Perform linear interpolation- Parameters:
a
- The first transformb
- The second transformwhere
- from 0 to 1, inclusive. 0 means it will be more similar to 'a'.output
- The interpolated transform
-