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::ManipulatorBoundCylinder Class Reference

Inherits AzToolsFramework::Picking::BoundShapeInterface.

Public Member Functions

 AZ_RTTI (ManipulatorBoundCylinder, "{D248F9E4-22E6-41A8-898D-704DF307B533}", BoundShapeInterface)
 
 AZ_CLASS_ALLOCATOR (ManipulatorBoundCylinder, AZ::SystemAllocator)
 
 ManipulatorBoundCylinder (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_base = AZ::Vector3::CreateZero()
 The center of the circle at the base of the cylinder.
 
AZ::Vector3 m_axis = AZ::Vector3::CreateZero()
 
float m_height = 0.0f
 
float m_radius = 0.0f
 

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