Go to the source code of this file.
◆ INTEL_ORDER_VECTOR
#define INTEL_ORDER_VECTOR |
( |
| x | ) |
(x) |
◆ ClampVector()
◆ ComputeSquaredDistanceFromBoxToPoint()
FORCEINLINE float ComputeSquaredDistanceFromBoxToPoint |
( |
const FVector & | Mins, |
|
|
const FVector & | Maxs, |
|
|
const FVector & | Point ) |
Util to calculate distance from a point to a bounding box
- Parameters
-
Mins | 3D Point defining the lower values of the axis of the bound box |
Max | 3D Point defining the lower values of the axis of the bound box |
Point | 3D position of interest |
- Returns
- the distance from the Point to the bounding box.
Definition at line 893 of file Vector.h.
◆ operator*()
Multiplies a vector by a scaling factor.
- Parameters
-
Scale | Scaling factor. |
V | Vector to scale. |
- Returns
- Result of multiplication.
Definition at line 870 of file Vector.h.