Segment collision point

The parameter passed to the event handler is an object of type CollisionEntry. You can query this object for the point of collision, e.g.:


point = entry.getSurfacePoint(myAvatar)

which returns the point of collision, in the coordinate space of myAvatar.

David