#include <GU_EdgeSlide.h>
|
| | GU_SlideData (const GU_Detail &geo) |
| |
| bool | startSlidingPoint (GU_SlideMode mode, GA_Index idx, const UT_Set< GA_Index > &sel, const UT_Vector3 &orig, const UT_Vector3 &dir, const UT_Vector3 &nml, const UT_Matrix4D &to_world) |
| |
| bool | startSlidingPrimitive (GU_SlideMode mode, GA_Index idx, const UT_Set< GA_Index > &sel, const UT_Vector3 &orig, const UT_Vector3 &dir, const UT_Vector3 &nml, const UT_Matrix4D &to_world) |
| |
| bool | startSlidingEdge (GU_SlideMode mode, GA_Index idx0, GA_Index idx1, const UT_Set< std::pair< GA_Index, GA_Index > > &sel, const UT_Vector3 &orig, const UT_Vector3 &dir, const UT_Vector3 &nml, const UT_Matrix4D &to_world) |
| |
| bool | getSlidePositions (UT_Map< GA_Index, UT_Vector3 > &edit_pos, UT_Map< GA_Index, GA_Index > &snapped, const UT_Vector3 &orig, const UT_Vector3 &dir) |
| |
| void | endSliding () |
| |
| const GU_Detail * | getGeo () const |
| |
const UT_Set< std::pair
< GA_Index, GA_Index > > & | getUnusedEdges () const |
| |
const UT_Set< std::pair
< GA_Index, GA_Index > > & | getProfileEdges () const |
| |
Definition at line 32 of file GU_EdgeSlide.h.
| GU_SlideData::GU_SlideData |
( |
const GU_Detail & |
geo | ) |
|
| void GU_SlideData::endSliding |
( |
| ) |
|
| const GU_Detail* GU_SlideData::getGeo |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: