3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Abstract regular gizmo class More...
#include <SCubPrim.h>
Public Types | |
enum | Mode |
Operations with meshes. More... | |
Public Member Functions | |
IRegularGizmo () | |
Constructor More... | |
gpm_t * | gpm_ptr () const |
Converts the pointer to base class to a pointer to this class. More... | |
void | ShowAxisDirection () const |
Shows the axis direction. More... | |
void | HideAxisDirection () const |
Hides the axis direction. More... | |
virtual T & | ResetSize () |
Reset size. More... | |
virtual T & | ResetAxis () |
Reset axis. More... | |
virtual T & | Position (const Vec3 &pos) |
Setter for Position. More... | |
virtual Vec3 | Position () const |
Getter for Position. More... | |
T & | Size (const Vec3 &pos) |
Setter for Size. More... | |
Vec3 | Size () const |
Getter for Size. More... | |
T & | SideA (const float &a) |
Setter for Side X. More... | |
float | SideA () const |
Getter for Side X. More... | |
T & | SideB (const float &b) |
Setter for Side Y. More... | |
float | SideB () const |
Getter for Side Y. More... | |
T & | SideC (const float &c) |
Setter for Side C. More... | |
float | SideC () const |
Getter for Side C. More... | |
T & | AxisX (const Vec3 &ax) |
Setter for Axis X. More... | |
Vec3 | AxisX () const |
Getter for Axis X. More... | |
T & | AxisY (const Vec3 &ay) |
Setter for Axis Y. More... | |
Vec3 | AxisY () const |
Getter for Axis Y. More... | |
T & | AxisZ (const Vec3 &az) |
Setter for Axis Z. More... | |
Vec3 | AxisZ () const |
Getter for Axis Z. More... | |
Abstract regular gizmo class
|
stronginherited |
Operations with meshes.
|
inline |
Constructor
|
inline |
Setter for Axis X.
|
inline |
Getter for Axis X.
|
inline |
Setter for Axis Y.
|
inline |
Getter for Axis Y.
|
inline |
Setter for Axis Z.
|
inline |
Getter for Axis Z.
|
inline |
Converts the pointer to base class to a pointer to this class.
Referenced by coat::scripto::IRegularGizmo< TextPrim >::AxisX(), coat::scripto::IRegularGizmo< TextPrim >::AxisY(), coat::scripto::IRegularGizmo< TextPrim >::AxisZ(), coat::scripto::IRegularGizmo< TextPrim >::HideAxisDirection(), coat::scripto::IRegularGizmo< TextPrim >::Position(), coat::scripto::IRegularGizmo< TextPrim >::ResetAxis(), coat::scripto::IRegularGizmo< TextPrim >::ResetSize(), coat::scripto::IRegularGizmo< TextPrim >::ShowAxisDirection(), coat::scripto::IRegularGizmo< TextPrim >::SideA(), coat::scripto::IRegularGizmo< TextPrim >::SideB(), coat::scripto::IRegularGizmo< TextPrim >::SideC(), and coat::scripto::IRegularGizmo< TextPrim >::Size().
|
inline |
Hides the axis direction.
|
inlinevirtual |
Setter for Position.
|
inlinevirtual |
Getter for Position.
|
inlinevirtual |
Reset axis.
|
inlinevirtual |
Reset size.
|
inline |
Shows the axis direction.
|
inline |
Setter for Side X.
|
inline |
Getter for Side X.
|
inline |
Setter for Side Y.
|
inline |
Getter for Side Y.
|
inline |
Setter for Side C.
|
inline |
Getter for Side C.
|
inline |
Setter for Size.
|
inline |
Getter for Size.