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

TQuaternion3D

Declaration

Source position: system.math.vectors.pp line 333

type TQuaternion3D = record

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;


Documentation generated on: 2025-07-25