public dot(other as Vector3d<NUMBER>) as Double:
Computes the dot product with another vector.
other
Dot product as Double.
Double
value = Vector3d<Double>(1.0, 2.0, 3.0).dot(Vector3d<Double>(4.0, 5.0, 6.0))