From: Nathaniel T. <loc...@ya...> - 2007-07-10 02:34:27
|
Quick question, is the following function implemented in PyODE: """ void dGeomRaySet (dGeomID ray, dReal px, dReal py, dReal pz, dReal dx, dReal dy, dReal dz); Set the starting position (px,py,pz) and direction (dx,dy,dz) of the given ray. The ray's rotation matrix will be adjusted so that the local Z-axis is aligned with the direction. Note that this does not adjust the ray's length. """ -- http://www.ode.org/ode-latest-userguide.html#sec_10_7_5 I looked through the API at what I assumed would be the relevant parts, like the GeomRay class, but didn't see this function. It would be really useful for constructing rays. If not, I suppose I could work up a patch to submit, I don't know what the contribution process is though. Nathaniel ____________________________________________________________________________________ The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php |