Uses of Class
cz.fidentis.analyst.data.surfacemask.SurfaceMask.MaskPoint3D
Packages that use SurfaceMask.MaskPoint3D
Package
Description
-
Uses of SurfaceMask.MaskPoint3D in cz.fidentis.analyst.data.surfacemask
Methods in cz.fidentis.analyst.data.surfacemask that return types with arguments of type SurfaceMask.MaskPoint3DMethods in cz.fidentis.analyst.data.surfacemask with parameters of type SurfaceMask.MaskPoint3DModifier and TypeMethodDescriptionvoid
SurfaceMask.shiftPoint
(SurfaceMask.MaskPoint3D point, javax.vecmath.Point3d newPoint) Shifts the position of a single point by a given offset.void
SurfaceMask.shiftPointsEllipse
(SurfaceMask.MaskPoint3D point, javax.vecmath.Point3d newPoint, SurfaceMask ellipseMask) Shifts the position of a points of rectangle points which have inscribed ellipse by a given offset. -
Uses of SurfaceMask.MaskPoint3D in cz.fidentis.analyst.drawables.renderers.impl
Methods in cz.fidentis.analyst.drawables.renderers.impl with parameters of type SurfaceMask.MaskPoint3DModifier and TypeMethodDescriptionprotected CrossSection3D
DrawableInteractiveMaskRenderer.interpolateLine
(SurfaceMask.MaskPoint3D p1, SurfaceMask.MaskPoint3D p2) Interpolates a single curve between surface mask points using a cutting plane defined by the said two points and a normal of mesh triangle upon which a point lies.