Util function for converting a translation/position vector3 from /UnrealEngine.com/Temporary/SpatialMath to a vector3 from /Verse.org/SpatialMath.
Verse using statement |
using { /UnrealEngine.com/Temporary/SpatialMath } |
FromVector3<public>(InVector3:vector3):vector3
Parameters
FromVector3 takes the following parameters:
| Name | Type | Description |
|---|---|---|
InVector3 |
vector3 |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with FromVector3 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. |