|
|
@@ -35,6 +35,16 @@ FLOATNAME(LRotation)(const FLOATNAME(LQuaternion) &c) :
|
|
|
FLOATNAME(LQuaternion)(c) {
|
|
|
}
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: LRotation::Copy Constructor
|
|
|
+// Access: public
|
|
|
+// Description:
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+INLINE_LINMATH FLOATNAME(LRotation)::
|
|
|
+FLOATNAME(LRotation)(const FLOATNAME(LVecBase4) ©) :
|
|
|
+ FLOATNAME(LQuaternion)(copy) {
|
|
|
+}
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: LRotation::Constructor
|
|
|
// Access: public
|