AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
GPntList (GPnt[] initialElements) | |
GPntList (Iterable< GPnt > initialElements) | |
GPnt | get (int index) |
GPnt | set (int index, GPnt e) |
boolean | add (GPnt e) |
void | add (int index, GPnt e) |
GPnt | remove (int index) |
int | size () |
int | capacity () |
void | reserve (int n) |
GPntList (GPntList other) | |
boolean | isEmpty () |
void | clear () |
GPntList (int count, GPnt value) | |