Unit 'meVectorMatrixFn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_engines]

TclMat3D

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

Declaration

Source position: mevectormatrixfn.pas line 274

type TclMat3D = class(TObject)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Changed;

  

  procedure Fill();

  

  property NumOfColumns: LongInt; [r]

  

  property NumOfRows: LongInt; [r]

  

  property NumOfLayers: LongInt; [r]

  

  property OnChange: TNotifyEvent; [rw]

  

  function Resize();

  

  property Element []: Double; default; [rw]

  

end;

Inheritance

TclMat3D

  

|

TObject



CT Web help

CodeTyphon Studio