Vector3D.PerpendicularTo Method

Sets this vector to be perpendicular to another vector. The result is not normalized.
Public Function PerpendicularTo( _ 
ByVal v As Vector3D
) As Boolean
This language is not supported or no code example is available.
public bool PerpendicularTo( 
Vector3D v 
)
This language is not supported or no code example is available.

Parameters

v
Vector3D

The test 3D vector

Return Value

bool

False if input vector is zero, true otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition