Categories
- Array
Description
Outputs the average value of the members of the specified numerical input array.
입력된 arrary의 평균을 구함
Port
Input
Array |
평균이 계산될 숫자형식의 array |
Outputs
Result |
입력된 array의 인자들의 평균값. |
사용예
이 tree는 smooth 효과를 비슷하게 흉내 낸 것이다. Smooth와 다른 점이 있다면 segment가 늘어나지 않는다.
If node의 사용으로 id number를 조건으로 사용했으며 조건에 만족하면 주변 point의 위치값(object 좌표 값으로 추정됨. Surface location 자료형으로 추정됨)을 가져와 평균을 내서 포인트의 위치를 수정하고 있음.