Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderTransform.h |
| Include | #include "RenderTransform.h" |
Syntax
struct FRenderBounds
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRenderBounds
(
const FBox& Box |
|||
FRenderBounds
(
const FBoxSphereBounds& Bounds |
|||
FRenderBounds
(
const FVector3f& InMin, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | ComputeSquaredDistanceToPoint
(
const FVector3f& Point |
Computes a squared distance to point | |
| bool | Equals
(
const FRenderBounds& Other, |
||
| FVector3f | GetCenter () |
||
| FVector3f | GetExtent () |
||
| const FVector3f & | GetMax () |
||
| const FVector3f & | GetMin () |
||
| float | |||
| FBox | ToBox () |
||
| FBoxSphereBounds | |||
| FRenderBounds | TransformBy
(
const FMatrix44d& M |
||
| FRenderBounds | TransformBy
(
const FMatrix44f& M |
Gets a bounding volume transformed by a matrix. | |
| FRenderBounds | TransformBy
(
const FRenderTransform& T |
Gets a bounding volume transformed by a render transform. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRenderBounds | operator+
(
const FRenderBounds& Other |
||
| FRenderBounds & | operator+=
(
const FRenderBounds& Other |
||
| FRenderBounds & | operator+=
(
const FVector3f& Other |
||
| FRenderBounds & |