Enum math.ShuffleComponent
- Namespace
- Misaki.HighPerformance.Mathematics
- Assembly
- Misaki.HighPerformance.Mathematics.dll
Specifies a shuffle component.
public enum math.ShuffleComponent : byte
Fields
LeftW = 3Specified the w component of the left vector.
LeftX = 0Specified the x component of the left vector.
LeftY = 1Specified the y component of the left vector.
LeftZ = 2Specified the z component of the left vector.
RightW = 7Specified the w component of the right vector.
RightX = 4Specified the x component of the right vector.
RightY = 5Specified the y component of the right vector.
RightZ = 6Specified the z component of the right vector.