[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: system.math.vectors.pp line 353
type TQuaternion3DConstants = record helper |
default |
const |
Identity = record = (ImagPart: (X: 0; Y: 0; Z: 0); RealPart: 1) |
public |
constructor Create(); |
class operator assign(TQuaternion3D):TMatrix3D(); |
class operator multiply(TQuaternion3D,TQuaternion3D):TQuaternion3D(); |
function Length; |
function Normalize; |
function ToString; |
|
case Integer of |
0: ( |
V: TVector3DType; |
); |
1: ( |
ImagPart: TPoint3D; |
RealPart: Single; |
); |
end; |
end; |