- All Superinterfaces:
FloatElements, FloatN, Matrix, Vector
- All Known Subinterfaces:
Float3x3, Float3xN, Float4x4, Float4xN
- All Known Implementing Classes:
ABFloat3x3, ABFloat4x4, ABFloatMxN, BBFloat3x3, BBFloat4x4, BBFloatMxN
-
-
-
Method Summary
createFloat4View(int y1,
int x1,
int y2,
int x2,
int y3,
int x3,
int y4,
int x4)
float
void
put(int y,
int x,
float value)
-
Method Details
-
get
float get(int y,
int x)
-
put
void put(int y,
int x,
float value)
-
createFloat2View
@NotNull
default @NotNull Float2 createFloat2View(int y1,
int x1,
int y2,
int x2)
-
createFloat3View
@NotNull
default @NotNull Float3 createFloat3View(int y1,
int x1,
int y2,
int x2,
int y3,
int x3)
-
createFloat4View
@NotNull
default @NotNull Float4 createFloat4View(int y1,
int x1,
int y2,
int x2,
int y3,
int x3,
int y4,
int x4)