The line segment consists of two points in 3D space defining a line the user can interact with. More...
#include <ContextBoundAPI.h>
Inherits AzToolsFramework::Picking::BoundRequestShapeBase.
Public Member Functions | |
| AZStd::shared_ptr< BoundShapeInterface > | MakeShapeInterface (RegisteredBoundId id) const override |
Public Member Functions inherited from AzToolsFramework::Picking::BoundRequestShapeBase | |
| AZ_RTTI (BoundRequestShapeBase, "{60D52E6E-54A6-4236-A397-322FD7607FA3}") | |
Public Attributes | |
| AZ::Vector3 | m_start |
| AZ::Vector3 | m_end |
| float | m_width |
The line segment consists of two points in 3D space defining a line the user can interact with.
|
inlineoverridevirtual |
Implements AzToolsFramework::Picking::BoundRequestShapeBase.