Preparing search index...
The search index is not available
recast-navigation-js
recast-navigation-js
index
FloatArray
Class FloatArray
Hierarchy
BaseArray
<
RawModule
.
FloatArray
,
typeof
Float32Array
>
FloatArray
Index
Constructors
constructor
Properties
raw
typed
Array
Class
Accessors
size
Methods
copy
destroy
get
get
Heap
View
resize
set
to
Typed
Array
from
Raw
Constructors
constructor
new
Float
Array
(
)
:
FloatArray
Creates a new FloatArray.
Returns
FloatArray
new
Float
Array
(
raw
)
:
FloatArray
Creates a wrapper around an existing raw FloatArray object.
Parameters
raw
:
RawModule
.
FloatArray
Returns
FloatArray
Properties
raw
raw
:
RawModule
.
FloatArray
typed
Array
Class
typed
Array
Class
:
Float32ArrayConstructor
Accessors
size
get
size
(
)
:
number
Returns
number
Methods
copy
copy
(
data
)
:
void
Parameters
data
:
number
[]
|
Float32Array
Returns
void
destroy
destroy
(
)
:
void
Returns
void
get
get
(
i
)
:
number
Parameters
i
:
number
Returns
number
get
Heap
View
get
Heap
View
(
)
:
Float32Array
Returns
Float32Array
resize
resize
(
size
)
:
void
Parameters
size
:
number
Returns
void
set
set
(
i
,
value
)
:
void
Parameters
i
:
number
value
:
number
Returns
void
to
Typed
Array
to
Typed
Array
(
)
:
Float32Array
Returns
Float32Array
Static
from
Raw
from
Raw
(
raw
)
:
FloatArray
Parameters
raw
:
RawModule
.
FloatArray
Returns
FloatArray
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
raw
typed
Array
Class
size
copy
destroy
get
get
Heap
View
resize
set
to
Typed
Array
from
Raw
recast-navigation-js
Loading...
Creates a new FloatArray.