Uses of Interface
cz.fidentis.analyst.data.mesh.IPosition
Packages that use IPosition
Package
Description
The top-level package for data structures related to triangular meshes.
cz.fidentis.analyst.mesh.impl
package includes Mesh implementation classes that
are not visible to classes of other modules.Procrustes superimposition of feture points.
-
Uses of IPosition in cz.fidentis.analyst.data.landmarks
Subinterfaces of IPosition in cz.fidentis.analyst.data.landmarksModifier and TypeInterfaceDescriptioninterface
Either user-defined or standard anthropometric feature point. -
Uses of IPosition in cz.fidentis.analyst.data.landmarks.impl
Classes in cz.fidentis.analyst.data.landmarks.impl that implement IPositionModifier and TypeClassDescriptionclass
A standard anthropometric feature point with predefined (i.e., fixed) name, code, and description shared by all instances.class
Generic class for landmarks and feature points.class
User-defined landmark with variable name, description, etc. -
Uses of IPosition in cz.fidentis.analyst.data.mesh
Subinterfaces of IPosition in cz.fidentis.analyst.data.meshModifier and TypeInterfaceDescriptioninterface
MeshPoint represents a point with position, normal, and texture coordinates -
Uses of IPosition in cz.fidentis.analyst.data.mesh.impl
Classes in cz.fidentis.analyst.data.mesh.impl that implement IPositionModifier and TypeClassDescriptionclass
MeshPoint represents a point with position, normal, and texture coordinates. -
Uses of IPosition in cz.fidentis.analyst.data.ray
Subinterfaces of IPosition in cz.fidentis.analyst.data.ray -
Uses of IPosition in cz.fidentis.analyst.data.ray.impl
Classes in cz.fidentis.analyst.data.ray.impl that implement IPositionModifier and TypeClassDescriptionclass
The implementation of a ray intersection. -
Uses of IPosition in cz.fidentis.analyst.engines.landmarks
Methods in cz.fidentis.analyst.engines.landmarks with type parameters of type IPositionModifier and TypeMethodDescriptionstatic <T extends IPosition>
voidLandmarkServices.transform
(List<T> points, PrTransformation transformation) Applies transformation to given points. -
Uses of IPosition in cz.fidentis.analyst.engines.landmarks.impl
Methods in cz.fidentis.analyst.engines.landmarks.impl with type parameters of type IPositionModifier and TypeMethodDescriptionstatic <T extends IPosition>
voidProcrustesImpl.movePoint
(T point, javax.vecmath.Vector3d vector) Moves point by given vector value.static <T extends IPosition>
voidProcrustesImpl.rotateVertex
(T v, org.ejml.simple.SimpleMatrix matrix) Rotates vertex v by simulating matrix multiplication with given matrixstatic <T extends IPosition>
TProcrustesImpl.scalePointDistance
(T point, double scaleFactor) Scales position of given point by multiplying its coordinates with given scaleFactor.