public static double DotProduct(
Vector3 a,
Vector3 b
)
Public Shared Function DotProduct (
a As Vector3,
b As Vector3
) As Double
public:
static double DotProduct(
Vector3 a,
Vector3 b
)
static member DotProduct :
a : Vector3 *
b : Vector3 -> float