|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Point3DArray in com.quinncurtis.chart3djava |
---|
Methods in com.quinncurtis.chart3djava that return Point3DArray | |
---|---|
Point3DArray |
Polygon3D.getPointArray()
Get the pointArray object holding the point list that define the polygon. |
Methods in com.quinncurtis.chart3djava with parameters of type Point3DArray | |
---|---|
boolean |
PhysicalCoordinates.clampPointToPlane(Point3DArray parray,
int coordtype)
Clamp an array of points to the limits associated with the specified coordinate system. |
void |
Point3DArray.copy(Point3DArray source)
Copies the source array to the current instance. |
void |
Point3DArray.nDCopy(Point3DArray source)
Non-Destructive copy does not reallocate buffers, limits copy to the number of elements in the smaller of two arrays, the source or the current instance. |
int |
Point3DArray.setElements(Point3DArray source)
Initializes the elements of the array, starting at element 0. |
int |
Point3DArray.setElements(Point3DArray source,
int count)
Initializes the elements of the array, starting at element 0 and continuing for count elements. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |