Table of Contents

Enum math.ShuffleComponent

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll

Specifies a shuffle component.

public enum math.ShuffleComponent : byte

Fields

LeftW = 3

Specified the w component of the left vector.

LeftX = 0

Specified the x component of the left vector.

LeftY = 1

Specified the y component of the left vector.

LeftZ = 2

Specified the z component of the left vector.

RightW = 7

Specified the w component of the right vector.

RightX = 4

Specified the x component of the right vector.

RightY = 5

Specified the y component of the right vector.

RightZ = 6

Specified the z component of the right vector.