Namespace: TilDeathAssembly: TilDeath (in TilDeath.exe) Version: 1.1.1.0 (1.1.1)
public static float GetDotProduct(
Vector2D a,
Vector2D b
)
public static float GetDotProduct(
Vector2D a,
Vector2D b
)
Public Shared Function GetDotProduct (
a As Vector2D,
b As Vector2D
) As Single
Public Shared Function GetDotProduct (
a As Vector2D,
b As Vector2D
) As Single
public:
static float GetDotProduct(
Vector2D a,
Vector2D b
)
public:
static float GetDotProduct(
Vector2D a,
Vector2D b
)
static member GetDotProduct :
a : Vector2D *
b : Vector2D -> float32
static member GetDotProduct :
a : Vector2D *
b : Vector2D -> float32
Return Value
Type:
Single