Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/RBF
| Type | Name | Description | |
|---|---|---|---|
| double | RBFDistanceMetric::ArcLength
(
const FVector& A, |
Returns the arc length between two unit vectors (i.e. the distance between two points on a unit sphere, traveling along the surface of the sphere) | |
| double | RBFDistanceMetric::ArcLength
(
const FRotator& A, |
Returns the arc-length distance, on a unit sphere, between two rotation vectors. | |
| double | RBFDistanceMetric::ArcLength
(
const FQuat& A, |
Returns the arc-length distance, on a unit sphere, between two quaternions. |