Unit 'System.Math.Vectors' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl-objpas]

TQuaternion3DConstants

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TQuaternion3DConstants


Documentation generated on: 2025-07-25