public class Suppliers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.function.Supplier<float[]> |
createTransformSupplier(T object,
java.util.function.BiConsumer<T,float[]> computer)
Create a supplier of a 4x4 matrix that is computed by applying
the given computer to the given object and a 16-element array.
|
public static <T> java.util.function.Supplier<float[]> createTransformSupplier(T object,
java.util.function.BiConsumer<T,float[]> computer)
null, then the identity
matrix will be supplied.T - The object typeobject - The objectcomputer - The computer functionCopyright © 2022. All Rights Reserved.