Returns the right-handed cross product of V1 and V2.
Verse using statement |
using { /Verse.org/SpatialMath } |
CrossProduct<public>(V1:vector3, V2:vector3):vector3
Parameters
CrossProduct takes the following parameters:
| Name | Type | Description |
|---|---|---|
V1 |
vector3 |
|
V2 |
vector3 |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with CrossProduct 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. |