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

TLabAABox

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

Declaration

Source position: LabMath.pas line 220

type TLabAABox = object

public

  MinV: TLabVec3;

  

  MaxV: TLabVec3;

  

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

  

  property Size: TLabVec3; [r]

  

  property SizeX: TLabFloat; [r]

  

  property SizeY: TLabFloat; [r]

  

  property SizeZ: TLabFloat; [r]

  

  procedure SetValue();

  

  procedure Include();

  

  procedure Merge();

  

  function Intersect();

  

end;

Inheritance

TLabAABox

  

|

TObject



CT Web help

CodeTyphon Studio