AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
GPnt2dList类 参考
类 GPnt2dList 继承关系图:

Public 成员函数

 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)