2 # Documentation for KX_RadarSensor
3 from KX_NearSensor import *
5 class KX_RadarSensor(KX_NearSensor):
7 Radar sensor is a near sensor with a conical sensor object.
12 Returns the origin of the cone with which to test. The origin
13 is in the middle of the cone.
15 @rtype: list [x, y, z]
20 Returns the center of the bottom face of the cone with which to test.
22 @rtype: list [x, y, z]
27 Returns the height of the cone with which to test.