Open 3D Engine AzToolsFramework API Reference 26.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::Picking::ManipulatorBoundBox Class Reference

Inherits AzToolsFramework::Picking::BoundShapeInterface.

Public Member Functions

 AZ_RTTI (ManipulatorBoundBox, "{3AD46067-933F-49B4-82E1-DBF12C7BC02E}", BoundShapeInterface)
 
 AZ_CLASS_ALLOCATOR (ManipulatorBoundBox, AZ::SystemAllocator)
 
 ManipulatorBoundBox (RegisteredBoundId boundId)
 
bool IntersectRay (const AZ::Vector3 &rayOrigin, const AZ::Vector3 &rayDir, float &rayIntersectionDistance) const override
 
void SetShapeData (const BoundRequestShapeBase &shapeData) override
 

Public Attributes

AZ::Vector3 m_center = AZ::Vector3::CreateZero()
 
AZ::Vector3 m_axis1 = AZ::Vector3::CreateZero()
 
AZ::Vector3 m_axis2 = AZ::Vector3::CreateZero()
 
AZ::Vector3 m_axis3 = AZ::Vector3::CreateZero()
 
AZ::Vector3 m_halfExtents = AZ::Vector3::CreateZero()
 

The documentation for this class was generated from the following file: