Enum Preprocessor
An Enum representing the type of transformation applied to input positions before triangulation.
Namespace: andywiecko.BurstTriangulator
Assembly: .dll
Syntax
public enum Preprocessor
Fields
| Name | Description |
|---|---|
| None | Identity transformation. |
| COM | Transforms UnityEngine.Input to local coordinate system using center of mass. |
| PCA | Transforms UnityEngine.Input using coordinate system obtained from principal component analysis. |