IntelliCAD 11.1 Object Library
VectorDotProduct Method
See Also 
Vector1
The first Vector object.
Vector2
The first Vector object.
Library Object : VectorDotProduct Method

Description

Calculates the dot product of two vectors.

Syntax

Visual Basic
Public Function VectorDotProduct( _
   ByVal Vector1 As Vector, _
   ByVal Vector2 As Vector _
) As Double

Parameters

Vector1
The first Vector object.
Vector2
The first Vector object.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.