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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pyode-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyode-user

Reply via email to