Difference between revisions of "TVector"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
(No difference)

Revision as of 12:49, 22 August 2013

Description

Type used by TMap.RayCastVector.

Declaration

 type TVector = RECORD
  X: single;
  Y: single;
 end;