|
public static function fromBytes( bytes : haxe.io.Bytes, bytePos : Int = 0, ?length : Int ) : Float32Array {
|
|
public static function fromBytes( bytes : haxe.io.Bytes, bytePos : Int = 0, ?length : Int ) : Float32Array {
|
|
return fromData(new Float32ArrayData(bytes.getData(), bytePos, length));
|
|
return fromData(new Float32ArrayData(bytes.getData(), bytePos, length));
|