Uses of Record Class
cz.fidentis.analyst.data.mesh.Curvature
Packages that use Curvature
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.-
Uses of Curvature in cz.fidentis.analyst.data.mesh
Methods in cz.fidentis.analyst.data.mesh that return CurvatureMethods in cz.fidentis.analyst.data.mesh with parameters of type CurvatureModifier and TypeMethodDescriptionstatic MeshPoint
MeshFactory.createMeshPoint
(javax.vecmath.Point3d position, javax.vecmath.Vector3d normal, javax.vecmath.Vector3d texCoord, Curvature curvature) Returns new mesh point.void
MeshPoint.setCurvature
(Curvature curvature) Sets curvature of the mesh point.Constructors in cz.fidentis.analyst.data.mesh with parameters of type Curvature -
Uses of Curvature in cz.fidentis.analyst.data.mesh.impl
Methods in cz.fidentis.analyst.data.mesh.impl that return CurvatureMethods in cz.fidentis.analyst.data.mesh.impl with parameters of type CurvatureConstructors in cz.fidentis.analyst.data.mesh.impl with parameters of type CurvatureModifierConstructorDescriptionMeshPointImpl
(javax.vecmath.Point3d position, javax.vecmath.Vector3d normal, javax.vecmath.Vector3d texCoord, Curvature curvature) Complete constructor with curvature -
Uses of Curvature in cz.fidentis.analyst.engines.curvature
Methods in cz.fidentis.analyst.engines.curvature that return CurvatureModifier and TypeMethodDescriptionstatic Curvature
Calculates principal curvatures and principal directions of a single point lying on a mesh surfacestatic Curvature
Calculates principal curvatures and principal directions of a single point lying on a mesh surfacestatic Curvature
CurvatureServices.compute
(MeshPoint point, Collection<MeshFacet> facets) Calculates principal curvatures and principal directions of a single point lying on a mesh surface -
Uses of Curvature in cz.fidentis.analyst.engines.curvature.impl
Methods in cz.fidentis.analyst.engines.curvature.impl that return CurvatureModifier and TypeMethodDescriptionstatic Curvature
CurvatureUtil.calculatePrincipalCurvatures
(MeshPoint point, Collection<MeshFacet> facets) Calculates principal curvatures and principal directions.