You are here: Start » FIL.NET » FIS.AngleBetweenVectors Method

FIS.AngleBetweenVectors Method

Measures the angle between two vectors.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AngleBetweenVectors
(
	FilNet.Vector2D inVector1,
	FilNet.Vector2D inVector2,
	NullableValue<float> outAbsoluteAngle,
	NullableValue<float> outDirectedAngle
)

Parameters

Name Type Range Default Description
inVector1FilNet.Vector2DStart vector.
inVector2FilNet.Vector2DTarget vector.
outAbsoluteAngleFilNet.NullableValue<float> Can be null to skip this parameter calculation.
outDirectedAngleFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also