Package kr.toxicity.model.api.util
Interface InterpolationUtil.VectorPointBuilder
- Enclosing class:
InterpolationUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Vector point builder
-
Method Summary
Modifier and TypeMethodDescription@NotNull InterpolationUtil.VectorResultbuild(float nextFloat) Interpolates vector from given float
-
Method Details
-
build
Interpolates vector from given float- Parameters:
nextFloat- next float value- Returns:
- interpolated vector
-