klyn.math.geometry.Vector.dot
method
public dot(other as Vector<NUMBER>) as Double:
Description

Computes the dot product with another vector.

Parameters
ParameterDescription
otherOther vector.
Returns

Dot product as Double.

Example
value = Vector<Double>(1.0, 2.0).dot(Vector<Double>(3.0, 4.0))