Utility.PointCoincidence Method

Public Shared Function PointCoincidence( _ 
ByVal p As Vector3D, _ 
ByVal q As Vector3D, _ 
ByVal problemSize As Double, _ 
ByRef r As Vector3D, _ 
ByRef rLen As Double
) As Boolean
This language is not supported or no code example is available.
public static bool PointCoincidence( 
Vector3D p
Vector3D q
double problemSize
out Vector3D r
out double rLen 
)
This language is not supported or no code example is available.

Parameters

p
Vector3D

q
Vector3D

problemSize
double

r
Vector3D

rLen
double

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition