ac2bdbda30
2) cleaned up osg::Timer, still in progress. My intent has been to pave the way for support for other OS's. 3) new osg::FrameStamp class which has a frame number, reference time for each frame to be app, culled and drawn. The FrameStamp also can be passed to other machines (i.e. cluster) and the FrameStamp can be used with the slaves own app,cull and draw. I've also added the beginings of a calander time data to the FrameStamp to allow time or day and year to be used in setting up position of sun/moon etc. etc. 4) The osg::State now has contains a pointer to the last applied osg::Camera and the current osg::FrameStamp, so that drawables can use both pieces of information for creating effects such CLOD, earth/sky etc. The osg::NodeVisitor also now allows you to attach a FrameStamp to support syncronization of actions on the scene graph.
504 lines
29 KiB
HTML
504 lines
29 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>class SG_EXPORT osg::MatrixNew</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>class SG_EXPORT <A HREF="#DOC.DOCU">osg::MatrixNew</A></H2></H2><HR>
|
|
|
|
<H2>Inheritance:</H2>
|
|
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=95>
|
|
<param name=classes value="CReferenced,MReferenced.html,CObject,MObject.html,CMatrixNew,MMatrixNew.html">
|
|
<param name=before value="M,M,M">
|
|
<param name=after value="Md_SP,Md_,M">
|
|
<param name=indent value="0,1,2">
|
|
<param name=arrowdir value="down">
|
|
</APPLET>
|
|
<HR>
|
|
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Fields</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>float <B><A HREF="#DOC.2.48.1">_mat</A></B>[4][4]
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.48.2">fully_realized</A></B>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.48.3">META_Object</A></B>(<!1><A HREF="MatrixNew.html">MatrixNew</A>)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.48.4">MatrixNew</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.48.5">MatrixNew</A></B>( const <!1><A HREF="MatrixNew.html#DOC.2.48.5">MatrixNew</A>& other )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>explicit <B><A HREF="#DOC.2.48.6">MatrixNew</A></B>( float const* const def )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.48.7">MatrixNew</A></B>( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23, float a30, float a31, float a32, float a33)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.48.8">~MatrixNew</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="MatrixNew.html">MatrixNew</A>& <B><A HREF="#DOC.2.48.9">operator = </A></B>(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>int <B><A HREF="#DOC.2.48.10">compare</A></B>(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.48.11">operator < </A></B>(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.48.12">operator == </A></B>(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.48.13">operator != </A></B>(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline float& <B><A HREF="#DOC.2.48.14">operator()</A></B>(int col, int row)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline float <B><A HREF="#DOC.2.48.15">operator()</A></B>(int col, int row) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.16">set</A></B>( float const* const )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.17">set</A></B>( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23, float a30, float a31, float a32, float a33)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const float* <B><A HREF="#DOC.2.48.18">values</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.19">makeIdent</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.20">makeScale</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.21">makeScale</A></B>( float, float, float )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.22">makeTrans</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.23">makeTrans</A></B>( float, float, float )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.24">makeRot</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& from, const <!1><A HREF="Vec3.html">Vec3</A>& to )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.25">makeRot</A></B>( float angle, const <!1><A HREF="Vec3.html">Vec3</A>& orientation )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.26">makeRot</A></B>( float angle, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.27">makeRot</A></B>( const <!1><A HREF="Quat.html">Quat</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.28">makeRot</A></B>( float, float, float )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.48.29">invert</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.48.30">invertAffine</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="MatrixNew.html">MatrixNew</A> <B><A HREF="#DOC.2.48.31">scale</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="MatrixNew.html">MatrixNew</A> <B><A HREF="#DOC.2.48.32">scale</A></B>( float, float, float )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="MatrixNew.html">MatrixNew</A> <B><A HREF="#DOC.2.48.33">trans</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="MatrixNew.html">MatrixNew</A> <B><A HREF="#DOC.2.48.34">trans</A></B>( float, float, float )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="MatrixNew.html">MatrixNew</A> <B><A HREF="#DOC.2.48.35">rotate</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>&, const <!1><A HREF="Vec3.html">Vec3</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="MatrixNew.html">MatrixNew</A> <B><A HREF="#DOC.2.48.36">rotate</A></B>( float, float, float, float )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="MatrixNew.html">MatrixNew</A> <B><A HREF="#DOC.2.48.37">rotate</A></B>( const <!1><A HREF="Quat.html">Quat</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.38">setTrans</A></B>( float tx, float ty, float tz )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.39">setTrans</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& v )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.40">getTrans</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.41">copy</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.42">preScale</A></B>( float sx, float sy, float sz, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.43">postScale</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, float sx, float sy, float sz )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.44">preScale</A></B>( float sx, float sy, float sz )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.45">postScale</A></B>( float sx, float sy, float sz )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.46">preTrans</A></B>( float tx, float ty, float tz, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.47">postTrans</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, float tx, float ty, float tz )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.48">preTrans</A></B>( float tx, float ty, float tz)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.49">postTrans</A></B>( float tx, float ty, float tz )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.50">preRot</A></B>( float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A>, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.51">postRot</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.52">preRot</A></B>( float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.53">postRot</A></B>( float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline static <!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.54">transform3x3</A></B>(const <!1><A HREF="Vec3.html">Vec3</A>& v, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m)
|
|
<DD><I>apply apply an 3x3 transform of v*M[02,02] </I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline static <!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.55">transform3x3</A></B>(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, const <!1><A HREF="Vec3.html">Vec3</A>& v)
|
|
<DD><I>apply apply an 3x3 transform of M[02,02]*v </I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.56">mult</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>&, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )
|
|
<DD><I>nd of Deprecated methods </I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.57">preMult</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.48.58">postMult</A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="MatrixNewProduct.html">MatrixNewProduct</A> <B><A HREF="#DOC.2.48.60">operator * </A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& other ) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.48.61">operator *= </A></B>( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& other )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.48.62">operator = </A></B>( const <!1><A HREF="MatrixNewProduct.html">MatrixNewProduct</A>& p )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.48.63">MatrixNew</A></B>( const <!1><A HREF="MatrixNewProduct.html">MatrixNewProduct</A>& p )
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.64">postMult</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& v ) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.65">preMult</A></B>( const <!1><A HREF="Vec3.html">Vec3</A>& v ) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec4.html">Vec4</A> <B><A HREF="#DOC.2.48.66">postMult</A></B>( const <!1><A HREF="Vec4.html">Vec4</A>& v ) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec4.html">Vec4</A> <B><A HREF="#DOC.2.48.67">preMult</A></B>( const <!1><A HREF="Vec4.html">Vec4</A>& v ) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.68">transform3x3</A></B>(const <!1><A HREF="Vec3.html">Vec3</A>& v, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.69">transform3x3</A></B>(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, const <!1><A HREF="Vec3.html">Vec3</A>& v)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec3.html">Vec3</A> <B><A HREF="#DOC.2.48.70">operator* </A></B>(const <!1><A HREF="Vec3.html">Vec3</A>& v) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline <!1><A HREF="Vec4.html">Vec4</A> <B><A HREF="#DOC.2.48.71">operator* </A></B>(const <!1><A HREF="Vec4.html">Vec4</A>& v) const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Members</H3><DD><DT>
|
|
class <B><A HREF="MatrixNewProduct.html">MatrixNewProduct</A></B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
<HR><H3>Inherited from <A HREF="Object.html">Object</A>:</H3>
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual <!1><A HREF="Object.html">Object</A>* <B>clone</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual bool <B>isSameKindAs</B>(const <!1><A HREF="Object.html">Object</A>*) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual const char* <B>className</B>() const
|
|
</DL></P>
|
|
|
|
</DL>
|
|
<HR><H3>Inherited from <A HREF="Referenced.html">Referenced</A>:</H3>
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>ref</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>unref</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline const int <B>referenceCount</B>() const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>mutable int <B>_refCount</B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<DL>
|
|
|
|
<A NAME="_mat"></A>
|
|
<A NAME="DOC.2.48.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>float _mat[4][4]</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="fully_realized"></A>
|
|
<A NAME="DOC.2.48.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool fully_realized</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="META_Object"></A>
|
|
<A NAME="DOC.2.48.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> META_Object(<!1><A HREF="MatrixNew.html">MatrixNew</A>)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="MatrixNew"></A>
|
|
<A NAME="DOC.2.48.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> MatrixNew()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="MatrixNew"></A>
|
|
<A NAME="DOC.2.48.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> MatrixNew( const <!1><A HREF="MatrixNew.html#DOC.2.48.5">MatrixNew</A>& other )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="MatrixNew"></A>
|
|
<A NAME="DOC.2.48.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>explicit MatrixNew( float const* const def )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="MatrixNew"></A>
|
|
<A NAME="DOC.2.48.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> MatrixNew( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23, float a30, float a31, float a32, float a33)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="~MatrixNew"></A>
|
|
<A NAME="DOC.2.48.8"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~MatrixNew()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator = "></A>
|
|
<A NAME="DOC.2.48.9"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="MatrixNew.html">MatrixNew</A>& operator = (const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="compare"></A>
|
|
<A NAME="DOC.2.48.10"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>int compare(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator < "></A>
|
|
<A NAME="DOC.2.48.11"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool operator < (const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator == "></A>
|
|
<A NAME="DOC.2.48.12"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool operator == (const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator != "></A>
|
|
<A NAME="DOC.2.48.13"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool operator != (const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator()"></A>
|
|
<A NAME="DOC.2.48.14"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline float& operator()(int col, int row)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator()"></A>
|
|
<A NAME="DOC.2.48.15"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline float operator()(int col, int row) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="set"></A>
|
|
<A NAME="DOC.2.48.16"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void set( float const* const )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="set"></A>
|
|
<A NAME="DOC.2.48.17"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void set( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23, float a30, float a31, float a32, float a33)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="values"></A>
|
|
<A NAME="DOC.2.48.18"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const float* values()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeIdent"></A>
|
|
<A NAME="DOC.2.48.19"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeIdent()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeScale"></A>
|
|
<A NAME="DOC.2.48.20"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeScale( const <!1><A HREF="Vec3.html">Vec3</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeScale"></A>
|
|
<A NAME="DOC.2.48.21"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeScale( float, float, float )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeTrans"></A>
|
|
<A NAME="DOC.2.48.22"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeTrans( const <!1><A HREF="Vec3.html">Vec3</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeTrans"></A>
|
|
<A NAME="DOC.2.48.23"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeTrans( float, float, float )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeRot"></A>
|
|
<A NAME="DOC.2.48.24"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeRot( const <!1><A HREF="Vec3.html">Vec3</A>& from, const <!1><A HREF="Vec3.html">Vec3</A>& to )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeRot"></A>
|
|
<A NAME="DOC.2.48.25"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeRot( float angle, const <!1><A HREF="Vec3.html">Vec3</A>& orientation )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeRot"></A>
|
|
<A NAME="DOC.2.48.26"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeRot( float angle, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeRot"></A>
|
|
<A NAME="DOC.2.48.27"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeRot( const <!1><A HREF="Quat.html">Quat</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="makeRot"></A>
|
|
<A NAME="DOC.2.48.28"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void makeRot( float, float, float )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="invert"></A>
|
|
<A NAME="DOC.2.48.29"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool invert( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="invertAffine"></A>
|
|
<A NAME="DOC.2.48.30"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool invertAffine( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="scale"></A>
|
|
<A NAME="DOC.2.48.31"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="MatrixNew.html">MatrixNew</A> scale( const <!1><A HREF="Vec3.html">Vec3</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="scale"></A>
|
|
<A NAME="DOC.2.48.32"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="MatrixNew.html">MatrixNew</A> scale( float, float, float )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="trans"></A>
|
|
<A NAME="DOC.2.48.33"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="MatrixNew.html">MatrixNew</A> trans( const <!1><A HREF="Vec3.html">Vec3</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="trans"></A>
|
|
<A NAME="DOC.2.48.34"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="MatrixNew.html">MatrixNew</A> trans( float, float, float )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="rotate"></A>
|
|
<A NAME="DOC.2.48.35"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="MatrixNew.html">MatrixNew</A> rotate( const <!1><A HREF="Vec3.html">Vec3</A>&, const <!1><A HREF="Vec3.html">Vec3</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="rotate"></A>
|
|
<A NAME="DOC.2.48.36"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="MatrixNew.html">MatrixNew</A> rotate( float, float, float, float )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="rotate"></A>
|
|
<A NAME="DOC.2.48.37"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="MatrixNew.html">MatrixNew</A> rotate( const <!1><A HREF="Quat.html">Quat</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setTrans"></A>
|
|
<A NAME="DOC.2.48.38"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setTrans( float tx, float ty, float tz )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setTrans"></A>
|
|
<A NAME="DOC.2.48.39"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setTrans( const <!1><A HREF="Vec3.html">Vec3</A>& v )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getTrans"></A>
|
|
<A NAME="DOC.2.48.40"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Vec3.html">Vec3</A> getTrans() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="copy"></A>
|
|
<A NAME="DOC.2.48.41"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void copy( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preScale"></A>
|
|
<A NAME="DOC.2.48.42"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void preScale( float sx, float sy, float sz, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postScale"></A>
|
|
<A NAME="DOC.2.48.43"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void postScale( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, float sx, float sy, float sz )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preScale"></A>
|
|
<A NAME="DOC.2.48.44"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void preScale( float sx, float sy, float sz )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postScale"></A>
|
|
<A NAME="DOC.2.48.45"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void postScale( float sx, float sy, float sz )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preTrans"></A>
|
|
<A NAME="DOC.2.48.46"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void preTrans( float tx, float ty, float tz, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postTrans"></A>
|
|
<A NAME="DOC.2.48.47"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void postTrans( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, float tx, float ty, float tz )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preTrans"></A>
|
|
<A NAME="DOC.2.48.48"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void preTrans( float tx, float ty, float tz)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postTrans"></A>
|
|
<A NAME="DOC.2.48.49"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void postTrans( float tx, float ty, float tz )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preRot"></A>
|
|
<A NAME="DOC.2.48.50"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void preRot( float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A>, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postRot"></A>
|
|
<A NAME="DOC.2.48.51"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void postRot( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preRot"></A>
|
|
<A NAME="DOC.2.48.52"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void preRot( float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postRot"></A>
|
|
<A NAME="DOC.2.48.53"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void postRot( float deg, float <!1><A HREF="Viewport.html#DOC.2.114.6">x</A>, float <!1><A HREF="Viewport.html#DOC.2.114.7">y</A>, float <!1><A HREF="Vec4.html#DOC.2.113.13">z</A> )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="transform3x3"></A>
|
|
<A NAME="DOC.2.48.54"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline static <!1><A HREF="Vec3.html">Vec3</A> transform3x3(const <!1><A HREF="Vec3.html">Vec3</A>& v, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m)</B></TT>
|
|
<DD>apply apply an 3x3 transform of v*M[02,02]
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="transform3x3"></A>
|
|
<A NAME="DOC.2.48.55"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline static <!1><A HREF="Vec3.html">Vec3</A> transform3x3(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, const <!1><A HREF="Vec3.html">Vec3</A>& v)</B></TT>
|
|
<DD>apply apply an 3x3 transform of M[02,02]*v
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="mult"></A>
|
|
<A NAME="DOC.2.48.56"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void mult( const <!1><A HREF="MatrixNew.html">MatrixNew</A>&, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )</B></TT>
|
|
<DD>nd of Deprecated methods
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preMult"></A>
|
|
<A NAME="DOC.2.48.57"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void preMult( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postMult"></A>
|
|
<A NAME="DOC.2.48.58"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void postMult( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator * "></A>
|
|
<A NAME="DOC.2.48.60"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="MatrixNewProduct.html">MatrixNewProduct</A> operator * ( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& other ) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator *= "></A>
|
|
<A NAME="DOC.2.48.61"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void operator *= ( const <!1><A HREF="MatrixNew.html">MatrixNew</A>& other )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator = "></A>
|
|
<A NAME="DOC.2.48.62"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void operator = ( const <!1><A HREF="MatrixNewProduct.html">MatrixNewProduct</A>& p )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="MatrixNew"></A>
|
|
<A NAME="DOC.2.48.63"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> MatrixNew( const <!1><A HREF="MatrixNewProduct.html">MatrixNewProduct</A>& p )</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postMult"></A>
|
|
<A NAME="DOC.2.48.64"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec3.html">Vec3</A> postMult( const <!1><A HREF="Vec3.html">Vec3</A>& v ) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preMult"></A>
|
|
<A NAME="DOC.2.48.65"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec3.html">Vec3</A> preMult( const <!1><A HREF="Vec3.html">Vec3</A>& v ) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="postMult"></A>
|
|
<A NAME="DOC.2.48.66"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec4.html">Vec4</A> postMult( const <!1><A HREF="Vec4.html">Vec4</A>& v ) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="preMult"></A>
|
|
<A NAME="DOC.2.48.67"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec4.html">Vec4</A> preMult( const <!1><A HREF="Vec4.html">Vec4</A>& v ) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="transform3x3"></A>
|
|
<A NAME="DOC.2.48.68"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec3.html">Vec3</A> transform3x3(const <!1><A HREF="Vec3.html">Vec3</A>& v, const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="transform3x3"></A>
|
|
<A NAME="DOC.2.48.69"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec3.html">Vec3</A> transform3x3(const <!1><A HREF="MatrixNew.html">MatrixNew</A>& m, const <!1><A HREF="Vec3.html">Vec3</A>& v)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator* "></A>
|
|
<A NAME="DOC.2.48.70"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec3.html">Vec3</A> operator* (const <!1><A HREF="Vec3.html">Vec3</A>& v) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="operator* "></A>
|
|
<A NAME="DOC.2.48.71"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline <!1><A HREF="Vec4.html">Vec4</A> operator* (const <!1><A HREF="Vec4.html">Vec4</A>& v) const </B></TT>
|
|
<DL><DT><DD></DL><P></DL>
|
|
|
|
<HR><DL><DT><B>This class has no child classes.</B></DL>
|
|
|
|
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
|
|
<BR>
|
|
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
|
|
</BODY>
|
|
</HTML>
|