HDK
|
#include <GU_Twist.h>
Public Member Functions | |
GU_TwistParms () | |
Public Attributes | |
const GU_Detail * | source |
GU_AxisType | primaryAxis |
GU_AxisType | secondaryAxis |
UT_Vector3 | origin |
float | value |
float | power |
const GA_PointGroup * | grp |
const GA_PointGroup * | sgrp |
int | clamping |
Definition at line 22 of file GU_Twist.h.
GU_TwistParms::GU_TwistParms | ( | ) |
int GU_TwistParms::clamping |
Definition at line 34 of file GU_Twist.h.
const GA_PointGroup* GU_TwistParms::grp |
Definition at line 32 of file GU_Twist.h.
UT_Vector3 GU_TwistParms::origin |
Definition at line 29 of file GU_Twist.h.
float GU_TwistParms::power |
Definition at line 31 of file GU_Twist.h.
GU_AxisType GU_TwistParms::primaryAxis |
Definition at line 27 of file GU_Twist.h.
GU_AxisType GU_TwistParms::secondaryAxis |
Definition at line 28 of file GU_Twist.h.
const GA_PointGroup* GU_TwistParms::sgrp |
Definition at line 33 of file GU_Twist.h.
const GU_Detail* GU_TwistParms::source |
Definition at line 26 of file GU_Twist.h.
float GU_TwistParms::value |
Definition at line 30 of file GU_Twist.h.