Calculates the vector angle.
Namespace:
DynamicRelaxationClashVerification.Models
Assembly:
DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
public static double CalculateVectorAngle(
Vector3D previousVc,
Vector3D vc
)
Public Shared Function CalculateVectorAngle ( _
previousVc As Vector3D, _
vc As Vector3D _
) As Double
public:
static double^ CalculateVectorAngle(
Vector3D^ previousVc,
Vector3D^ vc
)
Parameters
- previousVc
- Type: Vector3D
The previous vc.
- vc
- Type: Vector3D
The vc.
Return Value
System.Double.