BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Converts a Cartesian unit vector into spherical coordinates on the unit sphere.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | A |
Outputs
Type | Name | Description |
---|---|---|
vector2d struct | Return Value | Output Theta will be in the range [0, PI], and output Phi will be in the range [-PI, PI]. |