Enum TwoDimensionalArray
Namespace: Acoustics.Shared
Assembly: Acoustics.Shared.dll
Syntax
public enum TwoDimensionalArray
Fields
Name | Description |
---|---|
None | Store/Read values in the same orientation as they are in memory
|
Rotate90AntiClockWise | This transform should be equivalent to RotateMatrix90DegreesClockwise
|
Rotate90ClockWise | This transform should be equivalent to RotateMatrix90DegreesClockwise
|
Transpose | This is effectively a transpose
|