public interface MatrixBackingBuffer
Matrix.| Modifier and Type | Method and Description |
|---|---|
void |
allocate(int size)
Allocates the internal data structure.
|
float |
get(int index)
Reads a value.
|
boolean |
isAllocated()
Indicates whether the internal data structure is already allocated.
|
void |
set(int index,
float value)
Write a value.
|
void allocate(int size)
size - sizeboolean isAllocated()
void set(int index,
float value)
index - indexvalue - valuefloat get(int index)
index - indexCopyright © 2011–2020 tagtraum industries incorporated. All rights reserved.