Inherits AzToolsFramework::Picking::BoundShapeInterface.
Public Member Functions | |
| AZ_RTTI (ManipulatorBoundLineSegment, "{66801554-1C1A-4E79-B1E7-342DFA779D53}", BoundShapeInterface) | |
| AZ_CLASS_ALLOCATOR (ManipulatorBoundLineSegment, AZ::SystemAllocator) | |
| ManipulatorBoundLineSegment (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_worldStart = AZ::Vector3::CreateZero() |
| AZ::Vector3 | m_worldEnd = AZ::Vector3::CreateZero() |
| float | m_width = 0.0f |