All Superinterfaces:
FloatElements, FloatN, Vector, Vector2
All Known Implementing Classes:
ABFloat2, BBFloat2, Float2.FactorView, Float2.View

public interface Float2 extends FloatN, Vector2
  • Method Details

    • x

      default float x()
    • y

      default float y()
    • x

      default void x(float f)
    • y

      default void y(float f)
    • xy

      default void xy(float x, float y)
    • yx

      default Float2 yx()
    • createFactorizedView

      @NotNull default @NotNull Float2 createFactorizedView(float factorX, float factorY)
    • createView

      @NotNull static @NotNull Float2 createView(@NotNull @NotNull FloatN original, int @NotNull [] mapping)
    • createView

      @NotNull static @NotNull Float2 createView(@NotNull @NotNull FloatN original, int @NotNull [] mapping, float @Nullable [] factor)