Package dev.webfx.platform.typedarray
Class TypedArrayFactory
java.lang.Object
dev.webfx.platform.typedarray.TypedArrayFactory
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedArraycreateFloat32Array(double... array) static TypedArraycreateUint16Array(double... array) static TypedArraycreateUint8Array(double... array)
-
Constructor Details
-
TypedArrayFactory
public TypedArrayFactory()
-
-
Method Details
-
createFloat32Array
-
createUint16Array
-
createUint8Array
-