Unit 'AsphyreMath' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_asphyresphinx]

TVectors3

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

Declaration

Source position: AsphyreMath.pas line 294

type TVectors3 = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  function IndexOf();

  

  function Add();

  

  procedure Remove();

  

  procedure RemoveAll;

  

  procedure CopyFrom();

  

  procedure AddFrom();

  

  procedure Normalize;

  

  procedure Rescale();

  

  procedure Invert;

  

  procedure Centralize;

  

  function GetEnumerator;

  

  property Count: Integer; [rw]

  

  property Items []: PVector3; default; [r]

  

end;

Inheritance

TVectors3

  

|

TObject



CT Web help

CodeTyphon Studio