Vector3.Dot

Vector3.Dot method

Gets the dot product of two vectors

public double Dot(Vector3 rhs)
ParameterTypeDescription
rhsVector3Right hand side value.

Return Value

The dot product of the two vectors.

See Also