Vector3D.AreOpposite (Vector3D, Vector3D) Method

Returns true if the angle between the two 3D vectors is PI.
Public Shared Function AreOpposite( _ 
ByVal u As Vector3D, _ 
ByVal v As Vector3D
) As Boolean
This language is not supported or no code example is available.
public static bool AreOpposite( 
Vector3D u
Vector3D v 
)
This language is not supported or no code example is available.

Parameters

u
Vector3D

First 3D vector (unit length)

v
Vector3D

Second 3D vector (unit length)

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition