Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Get | Count | ||
Constructor | Identity | ||
Set |
Properties
Count : integer
read-only
var Count : Integer
Identity : quaternion
read-only
static
var Identity : Quaternion
Methods
Get : real
Name Type Description p0 integer function Get(p0 : Integer) : Real
Quaternion : Void
constructor
Name Type Description function Quaternion()
Quaternion : Void
constructor
Name Type Description scalar real function Quaternion(scalar : Real)
Quaternion : Void
constructor
Name Type Description p0 real p1 real p2 real p3 real function Quaternion(p0 : Real, p1 : Real, p2 : Real, p3 : Real)
Quaternion : Void
constructor
Name Type Description p0 real p1 real p2 real2 function Quaternion(p0 : Real, p1 : Real, p2 : Real2)
Quaternion : Void
constructor
Name Type Description p0 real p1 real2 p2 real function Quaternion(p0 : Real, p1 : Real2, p2 : Real)
Quaternion : Void
constructor
Name Type Description p0 real p1 real3 function Quaternion(p0 : Real, p1 : Real3)
Quaternion : Void
constructor
Name Type Description p0 real2 p1 real p2 real function Quaternion(p0 : Real2, p1 : Real, p2 : Real)
Quaternion : Void
constructor
Name Type Description p0 real2 p1 real2 function Quaternion(p0 : Real2, p1 : Real2)
Quaternion : Void
constructor
Name Type Description p0 real3 p1 real function Quaternion(p0 : Real3, p1 : Real)
Set : Void
Name Type Description p0 integer p1 real function Set(p0 : Integer, p1 : Real)