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

Public Member Functions

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