Class SurfaceMask.MaskPoint3D
java.lang.Object
cz.fidentis.analyst.data.surfacemask.SurfaceMask.MaskPoint3D
- Enclosing class:
SurfaceMask
Class representing a single point of Interactive Mask.
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getFacet()
boolean
boolean
javax.vecmath.Vector3d
javax.vecmath.Point3d
void
void
setPosition
(javax.vecmath.Point3d position) Sets position coordsvoid
setSelected
(boolean selected)
-
Method Details
-
getPosition
public javax.vecmath.Point3d getPosition()- Returns:
- position coords
-
setPosition
public void setPosition(javax.vecmath.Point3d position) Sets position coords- Parameters:
position
- coords to be set
-
getFacet
-
getNormal
public javax.vecmath.Vector3d getNormal() -
getIsSampled
public boolean getIsSampled() -
getIsSelected
public boolean getIsSelected() -
getColor
-
setColor
-
setSelected
public void setSelected(boolean selected)
-