Float32x4 immutable value type and operations.

Float32x4 stores 4 32-bit floating point values in "lanes". The lanes are "x", "y", "z", and "w" respectively.

Constructors

Float32x4(double x, double y, double z, double w)
factory
Float32x4.fromFloat64x2(Float64x2 v)
Sets the x and y lanes to their respective values in v and sets the z and w lanes to 0.0.
factory
Float32x4.fromInt32x4Bits(Int32x4 x)
factory
Float32x4.splat(double v)
factory
Float32x4.zero()
factory

Properties

signMask int
Extract the sign bits from each lane return them in the first 4 bits. "x" lane is bit 0. "y" lane is bit 1. "z" lane is bit 2. "w" lane is bit 3.
read-only
w double
Extracted w value.
read-only
x double
Extracted x value.
read-only
y double
Extracted y value.
read-only
z double
Extracted z value.
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

abs() Float32x4
Returns the lane-wise absolute value of this Float32x4.
clamp(Float32x4 lowerLimit, Float32x4 upperLimit) Float32x4
Lane-wise clamp this to be in the range lowerLimit-upperLimit.
equal(Float32x4 other) Int32x4
Relational equal.
greaterThan(Float32x4 other) Int32x4
Relational greater than.
greaterThanOrEqual(Float32x4 other) Int32x4
Relational greater than or equal.
lessThan(Float32x4 other) Int32x4
Relational less than.
lessThanOrEqual(Float32x4 other) Int32x4
Relational less than or equal.
max(Float32x4 other) Float32x4
Returns the lane-wise maximum value in this or other.
min(Float32x4 other) Float32x4
Returns the lane-wise minimum value in this or other.
notEqual(Float32x4 other) Int32x4
Relational not-equal.
reciprocal() Float32x4
Returns the reciprocal of this.
reciprocalSqrt() Float32x4
Returns the square root of the reciprocal of this.
scale(double s) Float32x4
Returns a copy of this each lane being scaled by s. Equivalent to this * new Float32x4.splat(s)
shuffle(int mask) Float32x4
Shuffle the lane values. mask must be one of the 256 shuffle constants.
shuffleMix(Float32x4 other, int mask) Float32x4
Shuffle the lane values in this and other. The returned Float32x4 will have XY lanes from this and ZW lanes from other. Uses the same mask as shuffle.
sqrt() Float32x4
Returns the square root of this.
withW(double w) Float32x4
Returns a new Float32x4 copied from this with a new w value.
withX(double x) Float32x4
Returns a new Float32x4 copied from this with a new x value.
withY(double y) Float32x4
Returns a new Float32x4 copied from this with a new y value.
withZ(double z) Float32x4
Returns a new Float32x4 copied from this with a new z value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator *(Float32x4 other) Float32x4
Multiplication operator.
operator +(Float32x4 other) Float32x4
Addition operator.
operator -(Float32x4 other) Float32x4
Subtraction operator.
operator /(Float32x4 other) Float32x4
Division operator.
operator unary-() Float32x4
Negate operator.
operator ==(other) bool
The equality operator. [...]
inherited

Constants

WWWW int
Deprecated, use wwww instead.
wwww
wwww int
0xFF
WWWX int
Deprecated, use wwwx instead.
wwwx
wwwx int
0x3F
WWWY int
Deprecated, use wwwy instead.
wwwy
wwwy int
0x7F
WWWZ int
Deprecated, use wwwz instead.
wwwz
wwwz int
0xBF
WWXW int
Deprecated, use wwxw instead.
wwxw
wwxw int
0xCF
WWXX int
Deprecated, use wwxx instead.
wwxx
wwxx int
0xF
WWXY int
Deprecated, use wwxy instead.
wwxy
wwxy int
0x4F
WWXZ int
Deprecated, use wwxz instead.
wwxz
wwxz int
0x8F
WWYW int
Deprecated, use wwyw instead.
wwyw
wwyw int
0xDF
WWYX int
Deprecated, use wwyx instead.
wwyx
wwyx int
0x1F
WWYY int
Deprecated, use wwyy instead.
wwyy
wwyy int
0x5F
WWYZ int
Deprecated, use wwyz instead.
wwyz
wwyz int
0x9F
WWZW int
Deprecated, use wwzw instead.
wwzw
wwzw int
0xEF
WWZX int
Deprecated, use wwzx instead.
wwzx
wwzx int
0x2F
WWZY int
Deprecated, use wwzy instead.
wwzy
wwzy int
0x6F
WWZZ int
Deprecated, use wwzz instead.
wwzz
wwzz int
0xAF
WXWW int
Deprecated, use wxww instead.
wxww
wxww int
0xF3
WXWX int
Deprecated, use wxwx instead.
wxwx
wxwx int
0x33
WXWY int
Deprecated, use wxwy instead.
wxwy
wxwy int
0x73
WXWZ int
Deprecated, use wxwz instead.
wxwz
wxwz int
0xB3
WXXW int
Deprecated, use wxxw instead.
wxxw
wxxw int
0xC3
WXXX int
Deprecated, use wxxx instead.
wxxx
wxxx int
0x3
WXXY int
Deprecated, use wxxy instead.
wxxy
wxxy int
0x43
WXXZ int
Deprecated, use wxxz instead.
wxxz
wxxz int
0x83
WXYW int
Deprecated, use wxyw instead.
wxyw
wxyw int
0xD3
WXYX int
Deprecated, use wxyx instead.
wxyx
wxyx int
0x13
WXYY int
Deprecated, use wxyy instead.
wxyy
wxyy int
0x53
WXYZ int
Deprecated, use wxyz instead.
wxyz
wxyz int
0x93
WXZW int
Deprecated, use wxzw instead.
wxzw
wxzw int
0xE3
WXZX int
Deprecated, use wxzx instead.
wxzx
wxzx int
0x23
WXZY int
Deprecated, use wxzy instead.
wxzy
wxzy int
0x63
WXZZ int
Deprecated, use wxzz instead.
wxzz
wxzz int
0xA3
WYWW int
Deprecated, use wyww instead.
wyww
wyww int
0xF7
WYWX int
Deprecated, use wywx instead.
wywx
wywx int
0x37
WYWY int
Deprecated, use wywy instead.
wywy
wywy int
0x77
WYWZ int
Deprecated, use wywz instead.
wywz
wywz int
0xB7
WYXW int
Deprecated, use wyxw instead.
wyxw
wyxw int
0xC7
WYXX int
Deprecated, use wyxx instead.
wyxx
wyxx int
0x7
WYXY int
Deprecated, use wyxy instead.
wyxy
wyxy int
0x47
WYXZ int
Deprecated, use wyxz instead.
wyxz
wyxz int
0x87
WYYW int
Deprecated, use wyyw instead.
wyyw
wyyw int
0xD7
WYYX int
Deprecated, use wyyx instead.
wyyx
wyyx int
0x17
WYYY int
Deprecated, use wyyy instead.
wyyy
wyyy int
0x57
WYYZ int
Deprecated, use wyyz instead.
wyyz
wyyz int
0x97
WYZW int
Deprecated, use wyzw instead.
wyzw
wyzw int
0xE7
WYZX int
Deprecated, use wyzx instead.
wyzx
wyzx int
0x27
WYZY int
Deprecated, use wyzy instead.
wyzy
wyzy int
0x67
WYZZ int
Deprecated, use wyzz instead.
wyzz
wyzz int
0xA7
WZWW int
Deprecated, use wzww instead.
wzww
wzww int
0xFB
WZWX int
Deprecated, use wzwx instead.
wzwx
wzwx int
0x3B
WZWY int
Deprecated, use wzwy instead.
wzwy
wzwy int
0x7B
WZWZ int
Deprecated, use wzwz instead.
wzwz
wzwz int
0xBB
WZXW int
Deprecated, use wzxw instead.
wzxw
wzxw int
0xCB
WZXX int
Deprecated, use wzxx instead.
wzxx
wzxx int
0xB
WZXY int
Deprecated, use wzxy instead.
wzxy
wzxy int
0x4B
WZXZ int
Deprecated, use wzxz instead.
wzxz
wzxz int
0x8B
WZYW int
Deprecated, use wzyw instead.
wzyw
wzyw int
0xDB
WZYX int
Deprecated, use wzyx instead.
wzyx
wzyx int
0x1B
WZYY int
Deprecated, use wzyy instead.
wzyy
wzyy int
0x5B
WZYZ int
Deprecated, use wzyz instead.
wzyz
wzyz int
0x9B
WZZW int
Deprecated, use wzzw instead.
wzzw
wzzw int
0xEB
WZZX int
Deprecated, use wzzx instead.
wzzx
wzzx int
0x2B
WZZY int
Deprecated, use wzzy instead.
wzzy
wzzy int
0x6B
WZZZ int
Deprecated, use wzzz instead.
wzzz
wzzz int
0xAB
XWWW int
Deprecated, use xwww instead.
xwww
xwww int
0xFC
XWWX int
Deprecated, use xwwx instead.
xwwx
xwwx int
0x3C
XWWY int
Deprecated, use xwwy instead.
xwwy
xwwy int
0x7C
XWWZ int
Deprecated, use xwwz instead.
xwwz
xwwz int
0xBC
XWXW int
Deprecated, use xwxw instead.
xwxw
xwxw int
0xCC
XWXX int
Deprecated, use xwxx instead.
xwxx
xwxx int
0xC
XWXY int
Deprecated, use xwxy instead.
xwxy
xwxy int
0x4C
XWXZ int
Deprecated, use xwxz instead.
xwxz
xwxz int
0x8C
XWYW int
Deprecated, use xwyw instead.
xwyw
xwyw int
0xDC
XWYX int
Deprecated, use xwyx instead.
xwyx
xwyx int
0x1C
XWYY int
Deprecated, use xwyy instead.
xwyy
xwyy int
0x5C
XWYZ int
Deprecated, use xwyz instead.
xwyz
xwyz int
0x9C
XWZW int
Deprecated, use xwzw instead.
xwzw
xwzw int
0xEC
XWZX int
Deprecated, use xwzx instead.
xwzx
xwzx int
0x2C
XWZY int
Deprecated, use xwzy instead.
xwzy
xwzy int
0x6C
XWZZ int
Deprecated, use xwzz instead.
xwzz
xwzz int
0xAC
XXWW int
Deprecated, use xxww instead.
xxww
xxww int
0xF0
XXWX int
Deprecated, use xxwx instead.
xxwx
xxwx int
0x30
XXWY int
Deprecated, use xxwy instead.
xxwy
xxwy int
0x70
XXWZ int
Deprecated, use xxwz instead.
xxwz
xxwz int
0xB0
XXXW int
Deprecated, use xxxw instead.
xxxw
xxxw int
0xC0
XXXX int
Deprecated, use xxxx instead.
xxxx
xxxx int
Mask passed to shuffle or shuffleMix.
0x0
XXXY int
Deprecated, use xxxy instead.
xxxy
xxxy int
0x40
XXXZ int
Deprecated, use xxxz instead.
xxxz
xxxz int
0x80
XXYW int
Deprecated, use xxyw instead.
xxyw
xxyw int
0xD0
XXYX int
Deprecated, use xxyx instead.
xxyx
xxyx int
0x10
XXYY int
Deprecated, use xxyy instead.
xxyy
xxyy int
0x50
XXYZ int
Deprecated, use xxyz instead.
xxyz
xxyz int
0x90
XXZW int
Deprecated, use xxzw instead.
xxzw
xxzw int
0xE0
XXZX int
Deprecated, use xxzx instead.
xxzx
xxzx int
0x20
XXZY int
Deprecated, use xxzy instead.
xxzy
xxzy int
0x60
XXZZ int
Deprecated, use xxzz instead.
xxzz
xxzz int
0xA0
XYWW int
Deprecated, use xyww instead.
xyww
xyww int
0xF4
XYWX int
Deprecated, use xywx instead.
xywx
xywx int
0x34
XYWY int
Deprecated, use xywy instead.
xywy
xywy int
0x74
XYWZ int
Deprecated, use xywz instead.
xywz
xywz int
0xB4
XYXW int
Deprecated, use xyxw instead.
xyxw
xyxw int
0xC4
XYXX int
Deprecated, use xyxx instead.
xyxx
xyxx int
0x4
XYXY int
Deprecated, use xyxy instead.
xyxy
xyxy int
0x44
XYXZ int
Deprecated, use xyxz instead.
xyxz
xyxz int
0x84
XYYW int
Deprecated, use xyyw instead.
xyyw
xyyw int
0xD4
XYYX int
Deprecated, use xyyx instead.
xyyx
xyyx int
0x14
XYYY int
Deprecated, use xyyy instead.
xyyy
xyyy int
0x54
XYYZ int
Deprecated, use xyyz instead.
xyyz
xyyz int
0x94
XYZW int
Deprecated, use xyzw instead.
xyzw
xyzw int
0xE4
XYZX int
Deprecated, use xyzx instead.
xyzx
xyzx int
0x24
XYZY int
Deprecated, use xyzy instead.
xyzy
xyzy int
0x64
XYZZ int
Deprecated, use xyzz instead.
xyzz
xyzz int
0xA4
XZWW int
Deprecated, use xzww instead.
xzww
xzww int
0xF8
XZWX int
Deprecated, use xzwx instead.
xzwx
xzwx int
0x38
XZWY int
Deprecated, use xzwy instead.
xzwy
xzwy int
0x78
XZWZ int
Deprecated, use xzwz instead.
xzwz
xzwz int
0xB8
XZXW int
Deprecated, use xzxw instead.
xzxw
xzxw int
0xC8
XZXX int
Deprecated, use xzxx instead.
xzxx
xzxx int
0x8
XZXY int
Deprecated, use xzxy instead.
xzxy
xzxy int
0x48
XZXZ int
Deprecated, use xzxz instead.
xzxz
xzxz int
0x88
XZYW int
Deprecated, use xzyw instead.
xzyw
xzyw int
0xD8
XZYX int
Deprecated, use xzyx instead.
xzyx
xzyx int
0x18
XZYY int
Deprecated, use xzyy instead.
xzyy
xzyy int
0x58
XZYZ int
Deprecated, use xzyz instead.
xzyz
xzyz int
0x98
XZZW int
Deprecated, use xzzw instead.
xzzw
xzzw int
0xE8
XZZX int
Deprecated, use xzzx instead.
xzzx
xzzx int
0x28
XZZY int
Deprecated, use xzzy instead.
xzzy
xzzy int
0x68
XZZZ int
Deprecated, use xzzz instead.
xzzz
xzzz int
0xA8
YWWW int
Deprecated, use ywww instead.
ywww
ywww int
0xFD
YWWX int
Deprecated, use ywwx instead.
ywwx
ywwx int
0x3D
YWWY int
Deprecated, use ywwy instead.
ywwy
ywwy int
0x7D
YWWZ int
Deprecated, use ywwz instead.
ywwz
ywwz int
0xBD
YWXW int
Deprecated, use ywxw instead.
ywxw
ywxw int
0xCD
YWXX int
Deprecated, use ywxx instead.
ywxx
ywxx int
0xD
YWXY int
Deprecated, use ywxy instead.
ywxy
ywxy int
0x4D
YWXZ int
Deprecated, use ywxz instead.
ywxz
ywxz int
0x8D
YWYW int
Deprecated, use ywyw instead.
ywyw
ywyw int
0xDD
YWYX int
Deprecated, use ywyx instead.
ywyx
ywyx int
0x1D
YWYY int
Deprecated, use ywyy instead.
ywyy
ywyy int
0x5D
YWYZ int
Deprecated, use ywyz instead.
ywyz
ywyz int
0x9D
YWZW int
Deprecated, use ywzw instead.
ywzw
ywzw int
0xED
YWZX int
Deprecated, use ywzx instead.
ywzx
ywzx int
0x2D
YWZY int
Deprecated, use ywzy instead.
ywzy
ywzy int
0x6D
YWZZ int
Deprecated, use ywzz instead.
ywzz
ywzz int
0xAD
YXWW int
Deprecated, use yxww instead.
yxww
yxww int
0xF1
YXWX int
Deprecated, use yxwx instead.
yxwx
yxwx int
0x31
YXWY int
Deprecated, use yxwy instead.
yxwy
yxwy int
0x71
YXWZ int
Deprecated, use yxwz instead.
yxwz
yxwz int
0xB1
YXXW int
Deprecated, use yxxw instead.
yxxw
yxxw int
0xC1
YXXX int
Deprecated, use yxxx instead.
yxxx
yxxx int
0x1
YXXY int
Deprecated, use yxxy instead.
yxxy
yxxy int
0x41
YXXZ int
Deprecated, use yxxz instead.
yxxz
yxxz int
0x81
YXYW int
Deprecated, use yxyw instead.
yxyw
yxyw int
0xD1
YXYX int
Deprecated, use yxyx instead.
yxyx
yxyx int
0x11
YXYY int
Deprecated, use yxyy instead.
yxyy
yxyy int
0x51
YXYZ int
Deprecated, use yxyz instead.
yxyz
yxyz int
0x91
YXZW int
Deprecated, use yxzw instead.
yxzw
yxzw int
0xE1
YXZX int
Deprecated, use yxzx instead.
yxzx
yxzx int
0x21
YXZY int
Deprecated, use yxzy instead.
yxzy
yxzy int
0x61
YXZZ int
Deprecated, use yxzz instead.
yxzz
yxzz int
0xA1
YYWW int
Deprecated, use yyww instead.
yyww
yyww int
0xF5
YYWX int
Deprecated, use yywx instead.
yywx
yywx int
0x35
YYWY int
Deprecated, use yywy instead.
yywy
yywy int
0x75
YYWZ int
Deprecated, use yywz instead.
yywz
yywz int
0xB5
YYXW int
Deprecated, use yyxw instead.
yyxw
yyxw int
0xC5
YYXX int
Deprecated, use yyxx instead.
yyxx
yyxx int
0x5
YYXY int
Deprecated, use yyxy instead.
yyxy
yyxy int
0x45
YYXZ int
Deprecated, use yyxz instead.
yyxz
yyxz int
0x85
YYYW int
Deprecated, use yyyw instead.
yyyw
yyyw int
0xD5
YYYX int
Deprecated, use yyyx instead.
yyyx
yyyx int
0x15
YYYY int
Deprecated, use yyyy instead.
yyyy
yyyy int
0x55
YYYZ int
Deprecated, use yyyz instead.
yyyz
yyyz int
0x95
YYZW int
Deprecated, use yyzw instead.
yyzw
yyzw int
0xE5
YYZX int
Deprecated, use yyzx instead.
yyzx
yyzx int
0x25
YYZY int
Deprecated, use yyzy instead.
yyzy
yyzy int
0x65
YYZZ int
Deprecated, use yyzz instead.
yyzz
yyzz int
0xA5
YZWW int
Deprecated, use yzww instead.
yzww
yzww int
0xF9
YZWX int
Deprecated, use yzwx instead.
yzwx
yzwx int
0x39
YZWY int
Deprecated, use yzwy instead.
yzwy
yzwy int
0x79
YZWZ int
Deprecated, use yzwz instead.
yzwz
yzwz int
0xB9
YZXW int
Deprecated, use yzxw instead.
yzxw
yzxw int
0xC9
YZXX int
Deprecated, use yzxx instead.
yzxx
yzxx int
0x9
YZXY int
Deprecated, use yzxy instead.
yzxy
yzxy int
0x49
YZXZ int
Deprecated, use yzxz instead.
yzxz
yzxz int
0x89
YZYW int
Deprecated, use yzyw instead.
yzyw
yzyw int
0xD9
YZYX int
Deprecated, use yzyx instead.
yzyx
yzyx int
0x19
YZYY int
Deprecated, use yzyy instead.
yzyy
yzyy int
0x59
YZYZ int
Deprecated, use yzyz instead.
yzyz
yzyz int
0x99
YZZW int
Deprecated, use yzzw instead.
yzzw
yzzw int
0xE9
YZZX int
Deprecated, use yzzx instead.
yzzx
yzzx int
0x29
YZZY int
Deprecated, use yzzy instead.
yzzy
yzzy int
0x69
YZZZ int
Deprecated, use yzzz instead.
yzzz
yzzz int
0xA9
ZWWW int
Deprecated, use zwww instead.
zwww
zwww int
0xFE
ZWWX int
Deprecated, use zwwx instead.
zwwx
zwwx int
0x3E
ZWWY int
Deprecated, use zwwy instead.
zwwy
zwwy int
0x7E
ZWWZ int
Deprecated, use zwwz instead.
zwwz
zwwz int
0xBE
ZWXW int
Deprecated, use zwxw instead.
zwxw
zwxw int
0xCE
ZWXX int
Deprecated, use zwxx instead.
zwxx
zwxx int
0xE
ZWXY int
Deprecated, use zwxy instead.
zwxy
zwxy int
0x4E
ZWXZ int
Deprecated, use zwxz instead.
zwxz
zwxz int
0x8E
ZWYW int
Deprecated, use zwyw instead.
zwyw
zwyw int
0xDE
ZWYX int
Deprecated, use zwyx instead.
zwyx
zwyx int
0x1E
ZWYY int
Deprecated, use zwyy instead.
zwyy
zwyy int
0x5E
ZWYZ int
Deprecated, use zwyz instead.
zwyz
zwyz int
0x9E
ZWZW int
Deprecated, use zwzw instead.
zwzw
zwzw int
0xEE
ZWZX int
Deprecated, use zwzx instead.
zwzx
zwzx int
0x2E
ZWZY int
Deprecated, use zwzy instead.
zwzy
zwzy int
0x6E
ZWZZ int
Deprecated, use zwzz instead.
zwzz
zwzz int
0xAE
ZXWW int
Deprecated, use zxww instead.
zxww
zxww int
0xF2
ZXWX int
Deprecated, use zxwx instead.
zxwx
zxwx int
0x32
ZXWY int
Deprecated, use zxwy instead.
zxwy
zxwy int
0x72
ZXWZ int
Deprecated, use zxwz instead.
zxwz
zxwz int
0xB2
ZXXW int
Deprecated, use zxxw instead.
zxxw
zxxw int
0xC2
ZXXX int
Deprecated, use zxxx instead.
zxxx
zxxx int
0x2
ZXXY int
Deprecated, use zxxy instead.
zxxy
zxxy int
0x42
ZXXZ int
Deprecated, use zxxz instead.
zxxz
zxxz int
0x82
ZXYW int
Deprecated, use zxyw instead.
zxyw
zxyw int
0xD2
ZXYX int
Deprecated, use zxyx instead.
zxyx
zxyx int
0x12
ZXYY int
Deprecated, use zxyy instead.
zxyy
zxyy int
0x52
ZXYZ int
Deprecated, use zxyz instead.
zxyz
zxyz int
0x92
ZXZW int
Deprecated, use zxzw instead.
zxzw
zxzw int
0xE2
ZXZX int
Deprecated, use zxzx instead.
zxzx
zxzx int
0x22
ZXZY int
Deprecated, use zxzy instead.
zxzy
zxzy int
0x62
ZXZZ int
Deprecated, use zxzz instead.
zxzz
zxzz int
0xA2
ZYWW int
Deprecated, use zyww instead.
zyww
zyww int
0xF6
ZYWX int
Deprecated, use zywx instead.
zywx
zywx int
0x36
ZYWY int
Deprecated, use zywy instead.
zywy
zywy int
0x76
ZYWZ int
Deprecated, use zywz instead.
zywz
zywz int
0xB6
ZYXW int
Deprecated, use zyxw instead.
zyxw
zyxw int
0xC6
ZYXX int
Deprecated, use zyxx instead.
zyxx
zyxx int
0x6
ZYXY int
Deprecated, use zyxy instead.
zyxy
zyxy int
0x46
ZYXZ int
Deprecated, use zyxz instead.
zyxz
zyxz int
0x86
ZYYW int
Deprecated, use zyyw instead.
zyyw
zyyw int
0xD6
ZYYX int
Deprecated, use zyyx instead.
zyyx
zyyx int
0x16
ZYYY int
Deprecated, use zyyy instead.
zyyy
zyyy int
0x56
ZYYZ int
Deprecated, use zyyz instead.
zyyz
zyyz int
0x96
ZYZW int
Deprecated, use zyzw instead.
zyzw
zyzw int
0xE6
ZYZX int
Deprecated, use zyzx instead.
zyzx
zyzx int
0x26
ZYZY int
Deprecated, use zyzy instead.
zyzy
zyzy int
0x66
ZYZZ int
Deprecated, use zyzz instead.
zyzz
zyzz int
0xA6
ZZWW int
Deprecated, use zzww instead.
zzww
zzww int
0xFA
ZZWX int
Deprecated, use zzwx instead.
zzwx
zzwx int
0x3A
ZZWY int
Deprecated, use zzwy instead.
zzwy
zzwy int
0x7A
ZZWZ int
Deprecated, use zzwz instead.
zzwz
zzwz int
0xBA
ZZXW int
Deprecated, use zzxw instead.
zzxw
zzxw int
0xCA
ZZXX int
Deprecated, use zzxx instead.
zzxx
zzxx int
0xA
ZZXY int
Deprecated, use zzxy instead.
zzxy
zzxy int
0x4A
ZZXZ int
Deprecated, use zzxz instead.
zzxz
zzxz int
0x8A
ZZYW int
Deprecated, use zzyw instead.
zzyw
zzyw int
0xDA
ZZYX int
Deprecated, use zzyx instead.
zzyx
zzyx int
0x1A
ZZYY int
Deprecated, use zzyy instead.
zzyy
zzyy int
0x5A
ZZYZ int
Deprecated, use zzyz instead.
zzyz
zzyz int
0x9A
ZZZW int
Deprecated, use zzzw instead.
zzzw
zzzw int
0xEA
ZZZX int
Deprecated, use zzzx instead.
zzzx
zzzx int
0x2A
ZZZY int
Deprecated, use zzzy instead.
zzzy
zzzy int
0x6A
ZZZZ int
Deprecated, use zzzz instead.
zzzz
zzzz int
0xAA