Segment3D.AreCollinear Method

Returns true if the two segments are collinear.
Public Shared Function AreCollinear( _ 
ByVal s1 As Segment3D, _ 
ByVal s2 As Segment3D
) As Boolean
This language is not supported or no code example is available.
public static bool AreCollinear( 
Segment3D s1
Segment3D s2 
)
This language is not supported or no code example is available.

Parameters

s1
Segment3D

The first segment

s2
Segment3D

The second segment

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition