Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Sampling > API/Runtime/GeometryCore/Sampling/TNormalHistogram
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Sampling/NormalHistogram.h |
| Include | #include "Sampling/NormalHistogram.h" |
void Count
&40;
const TVector< RealType > & Normal,
RealType Weight
&41;
Remarks
Count a Normal in the histogram, ie find the Bin it should be included in and add the Weight to that Bin (The Normal does not strictly need to be normalized)
Parameters
| Name | Description |
|---|---|
| Weight | optional weight for this normal |