Generic template representing a 3D coordinate point.

Instance Variables

  • transient long CoreModeler.Geometry.Point3Df.swigCPtr
  • transient boolean CoreModeler.Geometry.Point3Df.swigCMemOwn

Methods

Point3Df

CoreModeler.Geometry.Point3Df.Point3Df(long cPtr, boolean cMemoryOwn)

ParameterTypeDescription
cPtrlong
cMemoryOwnboolean

Point3Df

CoreModeler.Geometry.Point3Df.Point3Df()

Point3Df

CoreModeler.Geometry.Point3Df.Point3Df(float valX, float valY, float valZ)

ParameterTypeDescription
valXfloat
valYfloat
valZfloat

finalize

void CoreModeler.Geometry.Point3Df.finalize()

getCPtr

static long CoreModeler.Geometry.Point3Df.getCPtr(Point3Df obj)

ParameterTypeDescription
objPoint3Df

delete

synchronized void CoreModeler.Geometry.Point3Df.delete()

setX

void CoreModeler.Geometry.Point3Df.setX(float value)

X coordinate.

ParameterTypeDescription
valuefloat

getX

float CoreModeler.Geometry.Point3Df.getX()

X coordinate.

setY

void CoreModeler.Geometry.Point3Df.setY(float value)

Y coordinate.

ParameterTypeDescription
valuefloat

getY

float CoreModeler.Geometry.Point3Df.getY()

Y coordinate.

setZ

void CoreModeler.Geometry.Point3Df.setZ(float value)

Z coordinate.

ParameterTypeDescription
valuefloat

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.

ParameterTypeDescription
dxfloatOffset in X direction.
dyfloatOffset in Y direction. Note: Missing
dzfloatdocumentation tag.