Share

Vector2d.DotProduct Method

Parent Object: Vector2d

Description

Determine the dot product of this vector2d to the specified vector2d.

Syntax

Vector2d.DotProduct( Vector As Vector2d ) As Double

Parameters

Name Type Description
Vector Vector2d Vector with which to calculate the dot product.

Version

Introduced in version 11

Was this information helpful?