AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
BufferGeometryList (BufferGeometry[] initialElements) | |
BufferGeometryList (Iterable< BufferGeometry > initialElements) | |
BufferGeometry | get (int index) |
BufferGeometry | set (int index, BufferGeometry e) |
boolean | add (BufferGeometry e) |
void | add (int index, BufferGeometry e) |
BufferGeometry | remove (int index) |
int | size () |
BufferGeometryList (BufferGeometryList other) | |
long | capacity () |
void | reserve (long n) |
boolean | isEmpty () |
void | clear () |
BufferGeometryList (int count, BufferGeometry value) | |