Navigation
API > API/Plugins > API/Plugins/DisplayClusterScenePreview > API/Plugins/DisplayClusterScenePreview/FDisplayClusterLightCardEditorHe-
References
| Module | DisplayClusterScenePreview |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterScenePreview/Public/DisplayClusterLightCardEditorHelper.h |
| Include | #include "DisplayClusterLightCardEditorHelper.h" |
Syntax
struct FSphericalCoordinates
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | Azimuth | ||
| double | Inclination | ||
| double | Radius |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSphericalCoordinates
(
const FVector& CartesianPosition |
Constructors |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | AsCartesian () |
Return equivalent cartesian coordinates | |
| void | Conform () |
Conform parameters to their normal ranges | |
| FSphericalCoordinates | GetConformed () |
Returns a conformed version of this struct without changing the current one | |
| bool | IsPointingAtPole
(
double Margin |
Returns true if the inclination is pointing at north or south poles, within the given margin (in radians) |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSphericalCoordinates | operator-
(
FSphericalCoordinates const& Other |
Subtraction operator | |
| FSphericalCoordinates | operator+
(
FSphericalCoordinates const& Other |
Addition operator |