Tao.Ode SDK Documentation

Ode.dGeomTriMeshGetPoint Method 

Retrieves a position on the requested triangle and the given barycentric coordinates

[Visual Basic]
Public Shared Sub dGeomTriMeshGetPoint( _
   ByVal g As IntPtr, _
   ByVal Index As Integer, _
   ByVal u As Single, _
   ByVal v As Single, _
   ByRef Out As dVector3 _
)
[C#]
public static void dGeomTriMeshGetPoint(
   IntPtr g,
   int Index,
   float u,
   float v,
   ref dVector3 Out
);

Parameters

g
A dGeomID
Index
An int
u
A dReal
v
A dReal
Out
A dVector3

See Also

Ode Class | Tao.Ode Namespace