Package-level declarations
Types
Link copied to clipboard
                  Fixed point class, to handle decimal values with a fixed precision.
Link copied to clipboard
                  Fixed point class, to handle decimal values with a fixed precision.
Link copied to clipboard
                  FixedShort point class using a 16-bit short as backup, to handle decimal values with a fixed precision.
Link copied to clipboard
                  Represents a floating point value of 16 bits. Also known as Half-precision floating-point format (IEEE 754-2008). This is an inline class backed by a UShort. No operations defined for this class, you should convert from and into other values. To get its internal representation, call the toRawBits function.