All Superinterfaces:
FloatElements, FloatN, Vector, Vector3
All Known Implementing Classes:
ABFloat3, BBFloat3, Float3.FactorView, Float3.View

public interface Float3 extends FloatN, Vector3
  • Method Details

    • x

      default float x()
    • y

      default float y()
    • z

      default float z()
    • x

      default void x(float f)
    • y

      default void y(float f)
    • z

      default void z(float f)
    • xyz

      default void xyz(float x, float y, float z)
    • xyz

      default void xyz(@NotNull @NotNull Float3 other)
    • zyx

      @NotNull default @NotNull Float3 zyx()
    • createFactorizedView

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

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

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