You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/doxygen/changes.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@
93
93
<li>New level set constructor tools::createLevelSetTubeComplex creates a grid containing a narrow-band level set representation of a tube complex (a collection of capsules or tapered capsules defined by endpoint coordinates and segment indices).</li>
94
94
<li>New level set constructor tools::createLevelSetDilatedMesh creates a grid containing a narrow-band level set representation of a dilated surface mesh (dilated by a radius in all directions).</li>
95
95
<li>New class tools::ConvexVoxelizer, used by the above methods, which can be inherited to implement a convex level set constructor.</li>
96
-
<li>Introduced anisotropic surfacing tools in <aclass="el" href="PointRasterizeSDF_8h.html" title="Various transfer schemes for rasterizing point positions and radius data to signed distance fields wi...">points/PointRasterizeSDF.h</a> and principle component analysis (PCA) methods in points/PrincipleComponentAnalysis.h. The latter tool analyses point neighborhoods and computes affine transformations representing elliptical distributions. The prior tool takes rotational and stretch point attributes (optionally computed from the prior PCA methods) and generates anisotropic surfaces.</li>
96
+
<li>Introduced anisotropic surfacing tools in <aclass="el" href="PointRasterizeSDF_8h.html" title="Various transfer schemes for rasterizing point positions and radius data to signed distance fields wi...">points/PointRasterizeSDF.h</a> and principal component analysis (PCA) methods in <aclass="el" href="PrincipalComponentAnalysis_8h.html" title="Provides methods to perform principal component analysis (PCA) over a point set to compute rotational...">points/PrincipalComponentAnalysis.h</a>. The latter tool analyses point neighborhoods and computes affine transformations representing elliptical distributions. The prior tool takes rotational and stretch point attributes (optionally computed from the prior PCA methods) and generates anisotropic surfaces.</li>
0 commit comments