Show / Hide Table of Contents

Class NormalAggregator

Inheritance
System.Object
NormalAggregator
Namespace: VRage.Utils
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
public void Clear()

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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾