Interface GlyphServices
public interface GlyphServices
Stateless services for glyphs.
It is a wrapper to the stateful implementation in
GlyphsVisitor
.-
Method Summary
Static MethodsModifier and TypeMethodDescriptioncalculateGlyphs
(MeshModel mesh, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations.calculateGlyphs
(Collection<MeshFacet> facets, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations.calculateGlyphSamples
(MeshFacet facet, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations.
-
Method Details
-
calculateGlyphSamples
Sub-samples the mesh and creates properly oriented glyphs on sample locations.- Parameters:
facet
- Mesh surfaceconfig
- Configuration of the service- Returns:
- list of
Glyph
s
-
calculateGlyphs
Sub-samples the mesh and creates properly oriented glyphs on sample locations.- Parameters:
mesh
- Mesh surfaceconfig
- Configuration of the service- Returns:
- list of
Glyph
s
-
calculateGlyphs
Sub-samples the mesh and creates properly oriented glyphs on sample locations.- Parameters:
facets
- Mesh surfaceconfig
- Configuration of the service- Returns:
- list of
Glyph
s
-