Dot Data Member Function

Returns the dot product of this vector and the vector 'A'.

Prototype

double Dot( Vec A )

Parameters

Parameter Type Parameter Name Documentation
<Vec>AThe vector to compute the dot product with.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.