Tao.Ode SDK Documentation
Ode.dClosestLineSegmentPoints Method
[Visual Basic]
Public Shared Sub dClosestLineSegmentPoints( _
ByVal
a1
As
dVector3
, _
ByVal
a2
As
dVector3
, _
ByVal
b1
As
dVector3
, _
ByVal
b2
As
dVector3
, _
ByRef
cp1
As
dVector3
, _
ByRef
cp2
As
dVector3
_
)
[C#]
public static
void
dClosestLineSegmentPoints(
dVector3
a1
,
dVector3
a2
,
dVector3
b1
,
dVector3
b2
,
ref
dVector3
cp1
,
ref
dVector3
cp2
);
See Also
Ode Class
|
Tao.Ode Namespace