Unit 'DAV_StkVector3D' Package
[Overview][Classes][Index] [#pl_asiovst]

TStkVector3D

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

Declaration

Source position: DAV_StkVector3D.pas line 15

type TStkVector3D = class

public

  constructor Create(); virtual;

  

  function getX;

  

  function getY;

  

  function getZ;

  

  function GetLength;

  

  procedure SetXYZ();

  

  procedure SetX();

  

  procedure SetY();

  

  procedure SetZ();

  

protected

  myX: Double;

  

  myY: Double;

  

  myZ: Double;

  

end;

Inheritance

TStkVector3D

  

|

TObject



CT Web help

CodeTyphon Studio