About FastMath
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
License
Neslib.FastMath
type _TQuaternionHelper = record helper for TQuaternion
Adds common constants and functionality to TQuaternion
internal const Identity: TQuaternion = (X: 0; Y: 0; Z: 0; W: 1);