Returns the dot product of V1 and V2.
Verse using statement |
using { /UnrealEngine.com/Temporary/SpatialMath } |
DotProduct<public>(V1:vector2i, V2:vector2i):int
Parameters
DotProduct takes the following parameters:
| Name | Type | Description |
|---|---|---|
V1 |
vector2i |
|
V2 |
vector2i |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with DotProduct in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |