Unit 'typ' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#numlib]

vector

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

Declaration

Source position: typ.pas line 159

type vector = object

  i: ArbFloat;

  j: ArbFloat;

  k: ArbFloat;

  procedure Init();

  procedure Unary;

  procedure Add();

  procedure Sub();

  function Vi;

  function Vj;

  function Vk;

  function Norm;

  function Norm8;

  function Size;

  function InProd();

  procedure Uitprod();

  procedure Scale();

  procedure DScale();

  procedure Normalize;

  procedure Rotate();

  procedure Show();

end;

Inheritance

vector

|

TObject


Documentation generated on: 2023-03-18