- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Misc/OSGComponentTransformBase.inl
r2 r54 91 91 } 92 92 93 #ifdef OSG_1_COMPAT 94 inline 95 Vec3r &ComponentTransformBase::getCenter(void) 96 { 97 return this->editCenter(); 98 } 99 #endif 100 93 101 //! Set the value of the ComponentTransform::_sfCenter field. 94 102 inline … … 116 124 } 117 125 126 #ifdef OSG_1_COMPAT 127 inline 128 Quaternionr &ComponentTransformBase::getRotation(void) 129 { 130 return this->editRotation(); 131 } 132 #endif 133 118 134 //! Set the value of the ComponentTransform::_sfRotation field. 119 135 inline … … 141 157 } 142 158 159 #ifdef OSG_1_COMPAT 160 inline 161 Vec3r &ComponentTransformBase::getScale(void) 162 { 163 return this->editScale(); 164 } 165 #endif 166 143 167 //! Set the value of the ComponentTransform::_sfScale field. 144 168 inline … … 166 190 } 167 191 192 #ifdef OSG_1_COMPAT 193 inline 194 Quaternionr &ComponentTransformBase::getScaleOrientation(void) 195 { 196 return this->editScaleOrientation(); 197 } 198 #endif 199 168 200 //! Set the value of the ComponentTransform::_sfScaleOrientation field. 169 201 inline … … 190 222 return _sfTranslation.getValue(); 191 223 } 224 225 #ifdef OSG_1_COMPAT 226 inline 227 Vec3r &ComponentTransformBase::getTranslation(void) 228 { 229 return this->editTranslation(); 230 } 231 #endif 192 232 193 233 //! Set the value of the ComponentTransform::_sfTranslation field.
