Skip to content

Commit 6faaea8

Browse files
committed
Add description
1 parent f0fd567 commit 6faaea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_includes/modules/GenerateNodeNormals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ tags: module
1717

1818
### Summary
1919

20-
<!--- module summary goes here -->
20+
Make a new vector field that points to the input point
2121

2222
**Detailed Description**
2323

24-
<!-- a more in-depth description goes here -->
24+
This creates a new vector field containing the same geometry and data location as the input field. It works in two modes. If the input PointCloudField contains only one point, all of the vectors in the output field will be attracted to that input point. If the input PointCloudField contains two or more points, the first two points will be used as a line and all the vectors in the output field will be attracted to that line. If the input field contains scalar values, the vectors in the output field will be scaled by those values. Otherwise they will all be normalized.
2525

2626
{% capture url %}{% include url.md %}{% endcapture %}
2727
{{ url }}

0 commit comments

Comments
 (0)