Length3.Percentage
Percentage(Vector3)
Declaration
public static Length3 Percentage(Vector3 percent)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | percent | The measurement of the length as a percentage. |
Returns
Type | Description |
---|---|
Length3 | A new Length3 as a component-wise percentage. |
Percentage(float, float, float)
Declaration
public static Length3 Percentage(float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
float | x | The measurement of the x-axis as a percentage. |
float | y | The measurement of the y-axis as a percentage. |
float | z | The measurement of the z-axis as a percentage. |
Returns
Type | Description |
---|---|
Length3 | A new Length3 as a component-wise percentage. |