Summary
Generates a vector with the specified z value and length in the specified direction on the XY axis.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- MeshUtilities
Syntax
public static Vector3 VectorXYFromAngle(float radians, float length = 1, float z = 0)
Parameters
Name | Type | Description |
---|---|---|
radians | float | |
length | float | |
z | float |
Return Value
Type | Description |
---|---|
Vector3 |