Unit 'LabMath' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

TLabVec3

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

Declaration

Source position: LabMath.pas line 156

type TLabVec3 = object

public

  x: TLabFloat;

  

  y: TLabFloat;

  

  z: TLabFloat;

  

  property Arr []: TLabFloat; default; [rw]

  

  procedure SetValue();

  

  procedure SetZero;

  

  function Norm;

  

  function Dot();

  

  function Cross();

  

  function Len;

  

  function LenSq;

  

  function Transform3x3();

  

  function Transform4x3();

  

  function Transform4x4();

  

  function TransformQuat();

  

  function AsVec4;

  

  function AngleTo();

  

  function RotationTo();

  

  function Swizzle();

  

  function IsZero;

  

end;

Inheritance

TLabVec3

  

|

TObject



CT Web help

CodeTyphon Studio