AnyCAD Rapid API 2023
Help you to create a better world!
Vec3List Class Reference
Inheritance diagram for Vec3List:

Public Member Functions

 Vec3List (Vector3[] initialElements)
 
 Vec3List (Iterable< Vector3 > initialElements)
 
Vector3 get (int index)
 
Vector3 set (int index, Vector3 e)
 
boolean add (Vector3 e)
 
void add (int index, Vector3 e)
 
Vector3 remove (int index)
 
int size ()
 
 Vec3List (Vec3List other)
 
long capacity ()
 
void reserve (long n)
 
boolean isEmpty ()
 
void clear ()
 
 Vec3List (int count, Vector3 value)