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 Details

    • InterpolateLinearSe2_F32

      public InterpolateLinearSe2_F32()
  • Method Details

    • interpolate

      public static void interpolate(Se2_F32 a, Se2_F32 b, float where, Se2_F32 output)
      Perform linear interpolation
      Parameters:
      a - The first transform
      b - The second transform
      where - from 0 to 1, inclusive. 0 means it will be more similar to 'a'.
      output - The interpolated transform