Class NormalAggregator
Inheritance
System.Object
NormalAggregator
Assembly: VRage.dll
Syntax
public class NormalAggregator : Object
Constructors
NormalAggregator(Int32)
Declaration
public NormalAggregator(int averageWindowSize)
Parameters
Type |
Name |
Description |
System.Int32 |
averageWindowSize |
|
Methods
Clear()
Declaration
GetAvgNormal(out Vector3)
Declaration
public bool GetAvgNormal(out Vector3 normal)
Parameters
Type |
Name |
Description |
Vector3 |
normal |
|
Returns
Type |
Description |
System.Boolean |
|
PushNext(ref Vector3)
Declaration
public void PushNext(ref Vector3 normal)
Parameters
Type |
Name |
Description |
Vector3 |
normal |
|