Raydium 3D Game Engine

Official forum for everything about Raydium, ManiaDrive, MeMak, ...
It is currently Sun Apr 28, 2024 5:37 am

All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: axe functions
PostPosted: Sat Jun 10, 2006 7:26 pm 
Offline
User avatar

Joined: Thu Sep 29, 2005 2:59 pm
Posts: 828
Just a point about those functions.
Axe is treated like the singular mode of axes, but the singular mode is axis.
So, should be changed all AXE funcions to AXIS?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 11, 2006 11:29 am 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
You're right ... I wasn't able to tell the difference between an axe and an axis :) Were did you find such typo ?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 11, 2006 8:03 pm 
Offline
User avatar

Joined: Thu Sep 29, 2005 2:59 pm
Posts: 828
i was reffering to all the axe functions:

In the api reference:

Code:
41.110 int raydium_ode_joint_attach_hinge2 (char *name, int elem1, int elem2, dReal axe1x, dReal axe1y, dReal axe1z, dReal axe2x, dReal axe2y, dReal axe2z):


Code:
Raydium provides RAYDIUM_ODE_JOINT_SUSP_DEFAULT_AXES define, useful for
most chassis-wheel joints, and RAYDIUM_ODE_JOINT_AXE_X, Y and Z for
other cases.
Here the definitions are using AXE
Code:
41.111 int raydium_ode_joint_attach_hinge2_name (char *name, char *elem1, char *elem2, dReal axe1x, dReal axe1y, dReal axe1z, dReal axe2x, dReal axe2y, dReal axe2z):
Same as above, but using elements's names.

Code:
41.112 int raydium_ode_joint_attach_universal (char *name, int elem1, int elem2, dReal posx, dReal posy, dReal posz, dReal axe1x, dReal axe1y, dReal axe1z, dReal axe2x, dReal axe2y, dReal axe2z):
Will create a new joint between two elements (elem1 and elem2).

Code:
Raydium provides RAYDIUM_ODE_JOINT_AXE_X, RAYDIUM_ODE_JOINT_AXE_Y
and RAYDIUM_ODE_JOINT_AXE_Z defines, that may help.



Code:
41.113 int raydium_ode_joint_attach_universal_name (char *name, char *elem1, char *elem2, dReal posx, dReal posy, dReal posz, dReal axe1x, dReal axe1y, dReal axe1z, dReal axe2x, dReal axe2y, dReal axe2z):
Same as above, but using elements's names.


Code:
41.114 int raydium_ode_joint_attach_hinge (char *name, int elem1, int elem2, dReal posx, dReal posy, dReal posz, dReal axe1x, dReal axe1y, dReal axe1z):
Will create a new joint between two elements (elem1 and elem2).


etc...There is a lot


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 11, 2006 8:14 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
Ok, thanks, I'll try to correct all this. Is there a plural for "axis" ?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 11, 2006 8:24 pm 
Offline
User avatar

Joined: Thu Sep 29, 2005 2:59 pm
Posts: 828
singular: axis
plural: axes

Really this is a curious word.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 181 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group