Difference between revisions of "TVector"
(new page) |
(→Description) |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | Type used by [[TMap.RayCastVector]]. | + | Type used by [[TMap.RayCastVector]] and [[TMap.CreateBulletVector]]. |
==Declaration== | ==Declaration== |
Latest revision as of 07:15, 5 October 2014
Description
Type used by TMap.RayCastVector and TMap.CreateBulletVector.
Declaration
type TVector = RECORD X: single; Y: single; end;