|
发表于 2006-3-30 12:10:55
|
显示全部楼层
至于向量,有两个办法:
方案一:用两个real变量
方案二:用location(WE中的Point)啊!这样向量的两个分量就有了
注意到这几个函数吗:
native GetLocationX takes location whichLocation returns real
native GetLocationY takes location whichLocation returns real
native MoveLocation takes location whichLocation, real newX, real newY returns nothing
这就是向量操作的基石
location真的是好东西啊
除了可以模拟向量外
还可以用来模拟复数这种数据类型
只有想不到,没有做不到 |
|