IrrKlang.NET

Vector3D.DotProduct Method 

Returns the dot product with another vector.

[Visual Basic]
Public Function DotProduct( _
   ByVal other As Vector3D _
) As Single
[C#]
public float DotProduct(
   Vector3D other
);

See Also

Vector3D Class | IrrKlang Namespace