Generic template representing a 3D coordinate point.
Instance Variables
transient long CoreModeler.Geometry.Point3Df.swigCPtrtransient boolean CoreModeler.Geometry.Point3Df.swigCMemOwn
Methods
Point3Df
CoreModeler.Geometry.Point3Df.Point3Df(long cPtr, boolean cMemoryOwn)
| Parameter | Type | Description |
|---|---|---|
| cPtr | long | |
| cMemoryOwn | boolean |
Point3Df
CoreModeler.Geometry.Point3Df.Point3Df()
Point3Df
CoreModeler.Geometry.Point3Df.Point3Df(float valX, float valY, float valZ)
| Parameter | Type | Description |
|---|---|---|
| valX | float | |
| valY | float | |
| valZ | float |
finalize
void CoreModeler.Geometry.Point3Df.finalize()
getCPtr
static long CoreModeler.Geometry.Point3Df.getCPtr(Point3Df obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Point3Df |
delete
synchronized void CoreModeler.Geometry.Point3Df.delete()
setX
void CoreModeler.Geometry.Point3Df.setX(float value)
X coordinate.
| Parameter | Type | Description |
|---|---|---|
| value | float |
getX
float CoreModeler.Geometry.Point3Df.getX()
X coordinate.
setY
void CoreModeler.Geometry.Point3Df.setY(float value)
Y coordinate.
| Parameter | Type | Description |
|---|---|---|
| value | float |
getY
float CoreModeler.Geometry.Point3Df.getY()
Y coordinate.
setZ
void CoreModeler.Geometry.Point3Df.setZ(float value)
Z coordinate.
| Parameter | Type | Description |
|---|---|---|
| value | float |
getZ
float CoreModeler.Geometry.Point3Df.getZ()
Z coordinate.
translate
void CoreModeler.Geometry.Point3Df.translate(float dx, float dy, float dz)
Translates the point by given offsets.
dx
Offset in X direction.
dy
Offset in Y direction. Note: Missing
dz
documentation tag.
Offset in X direction.
Offset in Y direction. Note: Missing
documentation tag.
| Parameter | Type | Description |
|---|---|---|
| dx | float | Offset in X direction. |
| dy | float | Offset in Y direction. Note: Missing |
| dz | float | documentation tag. |