Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FAABBVectorizedDouble |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/AABBVectorizedDouble.h |
| Include Path | #include "Chaos/AABBVectorizedDouble.h" |
Syntax
class FAABBVectorizedDouble
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/AABBVectorizedDouble.h | |||
FAABBVectorizedDouble
(
const TAABB< T, 3 >& AABB |
Chaos/AABBVectorizedDouble.h | ||
FAABBVectorizedDouble
(
const VectorRegister4Double& InMin, |
Chaos/AABBVectorizedDouble.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Max | VectorRegister4Double | Chaos/AABBVectorizedDouble.h | ||
| Min | VectorRegister4Double | Chaos/AABBVectorizedDouble.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const VectorRegister4Double & GetMax() |
Chaos/AABBVectorizedDouble.h | ||
const VectorRegister4Double & GetMin() |
Chaos/AABBVectorizedDouble.h | ||
bool Intersects
(
const FAABBVectorizedDouble& Other |
Chaos/AABBVectorizedDouble.h | ||
bool RaycastFast
(
const VectorRegister4Double& StartPoint, |
Chaos/AABBVectorizedDouble.h | ||
void SetMax
(
const VectorRegister4Double& InMax |
Chaos/AABBVectorizedDouble.h | ||
void SetMin
(
const VectorRegister4Double& InMin |
Chaos/AABBVectorizedDouble.h | ||
FAABBVectorizedDouble & Thicken
(
const VectorRegister4Double& Thickness |
Chaos/AABBVectorizedDouble.h |