summaryrefslogtreecommitdiffstats
path: root/doc/index-files/index-15.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index-files/index-15.html')
-rw-r--r--doc/index-files/index-15.html1913
1 files changed, 1913 insertions, 0 deletions
diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html
new file mode 100644
index 0000000..507de00
--- /dev/null
+++ b/doc/index-files/index-15.html
@@ -0,0 +1,1913 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_25) on Tue May 02 14:01:56 NZST 2017 -->
+<title>S-Index</title>
+<meta name="date" content="2017-05-02">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+<script type="text/javascript" src="../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="S-Index";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../org/jogamp/vecmath/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="../org/jogamp/vecmath/package-tree.html">Tree</a></li>
+<li><a href="../deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-14.html">Prev Letter</a></li>
+<li><a href="index-16.html">Next Letter</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
+<li><a href="index-15.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a href="index-18.html">W</a>&nbsp;<a href="index-19.html">X</a>&nbsp;<a href="index-20.html">Y</a>&nbsp;<a href="index-21.html">Z</a>&nbsp;<a name="I:S">
+<!-- -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#scale-double-org.jogamp.vecmath.GVector-">scale(double, GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the scalar multiplication
+ of the scale factor with the vector v1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#scale-double-">scale(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Scales this vector by the scale factor s.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#scale-double-org.jogamp.vecmath.Tuple2d-">scale(double, Tuple2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#scale-double-">scale(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#scale-float-org.jogamp.vecmath.Tuple2f-">scale(float, Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#scale-float-">scale(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#scale-int-org.jogamp.vecmath.Tuple2i-">scale(int, Tuple2i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#scale-int-">scale(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of the scale factor with this.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#scale-double-org.jogamp.vecmath.Tuple3d-">scale(double, Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#scale-double-">scale(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#scale-float-org.jogamp.vecmath.Tuple3f-">scale(float, Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#scale-float-">scale(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of the scale factor with this.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#scale-int-org.jogamp.vecmath.Tuple3i-">scale(int, Tuple3i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#scale-int-">scale(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of the scale factor with this.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#scale-double-org.jogamp.vecmath.Tuple4d-">scale(double, Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of the scale factor with the tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#scale-double-">scale(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of the scale factor with this.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#scale-float-org.jogamp.vecmath.Tuple4f-">scale(float, Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#scale-float-">scale(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of the scale factor with this.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#scale-int-org.jogamp.vecmath.Tuple4i-">scale(int, Tuple4i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#scale-int-">scale(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of the scale factor with this.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#scaleAdd-double-org.jogamp.vecmath.GVector-org.jogamp.vecmath.GVector-">scaleAdd(double, GVector, GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the scalar multiplication by s
+ of vector v1 plus vector v2 (this = s*v1 + v2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#scaleAdd-double-org.jogamp.vecmath.Tuple2d-org.jogamp.vecmath.Tuple2d-">scaleAdd(double, Tuple2d, Tuple2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 and then adds tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#scaleAdd-double-org.jogamp.vecmath.Tuple2d-">scaleAdd(double, Tuple2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#scaleAdd-float-org.jogamp.vecmath.Tuple2f-org.jogamp.vecmath.Tuple2f-">scaleAdd(float, Tuple2f, Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 and then adds tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#scaleAdd-float-org.jogamp.vecmath.Tuple2f-">scaleAdd(float, Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#scaleAdd-int-org.jogamp.vecmath.Tuple2i-org.jogamp.vecmath.Tuple2i-">scaleAdd(int, Tuple2i, Tuple2i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 plus tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#scaleAdd-int-org.jogamp.vecmath.Tuple2i-">scaleAdd(int, Tuple2i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#scaleAdd-double-org.jogamp.vecmath.Tuple3d-org.jogamp.vecmath.Tuple3d-">scaleAdd(double, Tuple3d, Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 and then adds tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#scaleAdd-double-org.jogamp.vecmath.Tuple3f-">scaleAdd(double, Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">Use scaleAdd(double,Tuple3d) instead</span></div>
+</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#scaleAdd-double-org.jogamp.vecmath.Tuple3d-">scaleAdd(double, Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#scaleAdd-float-org.jogamp.vecmath.Tuple3f-org.jogamp.vecmath.Tuple3f-">scaleAdd(float, Tuple3f, Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 and then adds tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#scaleAdd-float-org.jogamp.vecmath.Tuple3f-">scaleAdd(float, Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#scaleAdd-int-org.jogamp.vecmath.Tuple3i-org.jogamp.vecmath.Tuple3i-">scaleAdd(int, Tuple3i, Tuple3i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 plus tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#scaleAdd-int-org.jogamp.vecmath.Tuple3i-">scaleAdd(int, Tuple3i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#scaleAdd-double-org.jogamp.vecmath.Tuple4d-org.jogamp.vecmath.Tuple4d-">scaleAdd(double, Tuple4d, Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication by s
+ of tuple t1 plus tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#scaleAdd-float-org.jogamp.vecmath.Tuple4d-">scaleAdd(float, Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">Use scaleAdd(double,Tuple4d) instead</span></div>
+</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#scaleAdd-double-org.jogamp.vecmath.Tuple4d-">scaleAdd(double, Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#scaleAdd-float-org.jogamp.vecmath.Tuple4f-org.jogamp.vecmath.Tuple4f-">scaleAdd(float, Tuple4f, Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 plus tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#scaleAdd-float-org.jogamp.vecmath.Tuple4f-">scaleAdd(float, Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#scaleAdd-int-org.jogamp.vecmath.Tuple4i-org.jogamp.vecmath.Tuple4i-">scaleAdd(int, Tuple4i, Tuple4i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of tuple t1 plus tuple t2 (this = s*t1 + t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#scaleAdd-int-org.jogamp.vecmath.Tuple4i-">scaleAdd(int, Tuple4i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the scalar multiplication
+ of itself and then adds tuple t1 (this = s*this + t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-double-double-double-double-">set(double, double, double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis angle to the specified x,y,z,angle.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis angle to the specified x,y,z,angle.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis angle to the value of axis angle a1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis angle to the value of axis angle a1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.Vector3d-double-">set(Vector3d, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this AxisAngle4d to the specified
+ axis and angle.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.Matrix4f-">set(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.Matrix4d-">set(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.Quat4f-">set(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational equivalent
+ of the passed quaternion.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#set-org.jogamp.vecmath.Quat4d-">set(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational equivalent
+ of the passed quaternion.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-float-float-float-float-">set(float, float, float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the specified x,y,z,angle.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-float:A-">set(float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the specified values in the
+ array of length 4.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the value of axis-angle a1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the value of axis-angle a1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.Vector3f-float-">set(Vector3f, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this AxisAngle4f to the specified
+ axis and angle.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.Quat4f-">set(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational equivalent
+ of the passed quaternion.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.Quat4d-">set(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational equivalent
+ of the passed quaternion.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.Matrix4f-">set(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.Matrix4d-">set(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Sets the value of this axis-angle to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Color3b.html#set-java.awt.Color-">set(Color)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Color3b.html" title="class in org.jogamp.vecmath">Color3b</a></dt>
+<dd>
+<div class="block">Sets the r,g,b values of this Color3b object to those of the
+ specified AWT Color object.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Color3f.html#set-java.awt.Color-">set(Color)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Color3f.html" title="class in org.jogamp.vecmath">Color3f</a></dt>
+<dd>
+<div class="block">Sets the r,g,b values of this Color3f object to those of the
+ specified AWT Color object.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Color4b.html#set-java.awt.Color-">set(Color)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Color4b.html" title="class in org.jogamp.vecmath">Color4b</a></dt>
+<dd>
+<div class="block">Sets the r,g,b,a values of this Color4b object to those of the
+ specified AWT Color object.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Color4f.html#set-java.awt.Color-">set(Color)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Color4f.html" title="class in org.jogamp.vecmath">Color4f</a></dt>
+<dd>
+<div class="block">Sets the r,g,b,a values of this Color4f object to those of the
+ specified AWT Color object.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the values found in the array parameter.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to that of the Matrix3f provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to that of the Matrix3d provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#set-org.jogamp.vecmath.Matrix4f-">set(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to that of the Matrix4f provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#set-org.jogamp.vecmath.Matrix4d-">set(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to that of the Matrix4d provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#set-org.jogamp.vecmath.GMatrix-">set(GMatrix)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the values found in matrix m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the values found in the array
+ parameter.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#set-org.jogamp.vecmath.GVector-">set(GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the values found in vector vector.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#set-org.jogamp.vecmath.Tuple2f-">set(Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the values in tuple</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#set-org.jogamp.vecmath.Tuple3f-">set(Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the values in tuple</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#set-org.jogamp.vecmath.Tuple3d-">set(Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the values in tuple</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#set-org.jogamp.vecmath.Tuple4f-">set(Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the values in tuple</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#set-org.jogamp.vecmath.Tuple4d-">set(Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the values in tuple</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-org.jogamp.vecmath.Quat4d-">set(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ double precision quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ double precision axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-org.jogamp.vecmath.Quat4f-">set(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ single precision quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ single precision axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the double value of the Matrix3f
+ argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the value of the Matrix3d
+ argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the values in this Matrix3d equal to the row-major
+ array parameter (ie, the first three elements of the
+ array will be copied into the first row of this matrix, etc.).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#set-double-">set(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a scale matrix with
+ the passed scale amount.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-org.jogamp.vecmath.Quat4f-">set(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ (single precision) quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ (single precision) axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ (double precision) axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-org.jogamp.vecmath.Quat4d-">set(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ (single precision) quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-float:A-">set(float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the values in this Matrix3f equal to the row-major
+ array parameter (ie, the first three elements of the
+ array will be copied into the first row of this matrix, etc.).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the value of the Matrix3f
+ argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the float value of the Matrix3d
+ argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#set-float-">set(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a scale matrix with
+ the passed scale amount.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the values in this Matrix4d equal to the row-major
+ array parameter (ie, the first four elements of the
+ array will be copied into the first row of this matrix, etc.).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the single precision Matrix3f argument; the other
+ elements of this matrix are initialized as if this were an identity
+ matrix (i.e., affine matrix with no translational component).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the double precision Matrix3d argument; the other
+ elements of this matrix are initialized as if this were an identity
+ matrix (i.e., affine matrix with no translational component).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Quat4d-">set(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ (double precision) quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ double precision axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Quat4f-">set(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ single precision quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ single precision axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Quat4d-org.jogamp.vecmath.Vector3d-double-">set(Quat4d, Vector3d, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed
+ by the quaternion q1, the translation t1, and the scale s.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Quat4f-org.jogamp.vecmath.Vector3d-double-">set(Quat4f, Vector3d, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed
+ by the quaternion q1, the translation t1, and the scale s.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Quat4f-org.jogamp.vecmath.Vector3f-float-">set(Quat4f, Vector3f, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed
+ by the quaternion q1, the translation t1, and the scale s.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Matrix4f-">set(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a copy of the
+ passed matrix m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Matrix4d-">set(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a copy of the
+ passed matrix m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-double-">set(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a scale matrix with the
+ passed scale amount.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Vector3d-">set(Vector3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a translate matrix by the
+ passed translation value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-double-org.jogamp.vecmath.Vector3d-">set(double, Vector3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this transform to a scale and translation matrix;
+ the scale is not applied to the translation and all of the matrix
+ values are modified.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Vector3d-double-">set(Vector3d, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this transform to a scale and translation matrix;
+ the translation is scaled by the scale factor and all of the matrix
+ values are modified.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Matrix3f-org.jogamp.vecmath.Vector3f-float-">set(Matrix3f, Vector3f, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed by
+ the rotation matrix m1, the translation t1, and the scale factor.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#set-org.jogamp.vecmath.Matrix3d-org.jogamp.vecmath.Vector3d-double-">set(Matrix3d, Vector3d, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed by
+ the rotation matrix m1, the translation t1, and the scale factor.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Quat4f-">set(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ single precision quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ (single precision) axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Quat4d-">set(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ double precision quaternion argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix conversion of the
+ double precision axis and angle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Quat4d-org.jogamp.vecmath.Vector3d-double-">set(Quat4d, Vector3d, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed
+ by the quaternion q1, the translation t1, and the scale s.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Quat4f-org.jogamp.vecmath.Vector3f-float-">set(Quat4f, Vector3f, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed
+ by the quaternion q1, the translation t1, and the scale s.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Matrix4d-">set(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the float value of the
+ passed matrix4d m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Matrix4f-">set(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a copy of the
+ passed matrix m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the single precision Matrix3f argument; the other
+ elements of this matrix are initialized as if this were an identity
+ matrix (i.e., affine matrix with no translational component).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the double precision Matrix3d argument; the other
+ elements of this matrix are initialized as if this were an identity
+ matrix (i.e., affine matrix with no translational component).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-float-">set(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a scale matrix with the
+ the passed scale amount.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-float:A-">set(float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the values in this Matrix4f equal to the row-major
+ array parameter (ie, the first four elements of the
+ array will be copied into the first row of this matrix, etc.).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Vector3f-">set(Vector3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to a translate matrix with
+ the passed translation value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-float-org.jogamp.vecmath.Vector3f-">set(float, Vector3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this transform to a scale and translation matrix;
+ the scale is not applied to the translation and all of the matrix
+ values are modified.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Vector3f-float-">set(Vector3f, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this transform to a scale and translation matrix;
+ the translation is scaled by the scale factor and all of the matrix
+ values are modified.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Matrix3f-org.jogamp.vecmath.Vector3f-float-">set(Matrix3f, Vector3f, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed by
+ the rotation matrix m1, the translation t1, and the scale factor.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#set-org.jogamp.vecmath.Matrix3d-org.jogamp.vecmath.Vector3d-double-">set(Matrix3d, Vector3d, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix from the rotation expressed by
+ the rotation matrix m1, the translation t1, and the scale factor.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#set-org.jogamp.vecmath.Tuple3d-">set(Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Sets the x,y,z components of this point to the corresponding
+ components of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#set-org.jogamp.vecmath.Tuple3f-">set(Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Sets the x,y,z components of this point to the corresponding
+ components of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4d.html#set-org.jogamp.vecmath.Matrix4f-">set(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4d.html" title="class in org.jogamp.vecmath">Quat4d</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4d.html#set-org.jogamp.vecmath.Matrix4d-">set(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4d.html" title="class in org.jogamp.vecmath">Quat4d</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4d.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4d.html" title="class in org.jogamp.vecmath">Quat4d</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4d.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4d.html" title="class in org.jogamp.vecmath">Quat4d</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4d.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4d.html" title="class in org.jogamp.vecmath">Quat4d</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the equivalent rotation
+ of the AxisAngle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4d.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4d.html" title="class in org.jogamp.vecmath">Quat4d</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the equivalent rotation
+ of the AxisAngle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4f.html#set-org.jogamp.vecmath.Matrix4f-">set(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4f.html" title="class in org.jogamp.vecmath">Quat4f</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4f.html#set-org.jogamp.vecmath.Matrix4d-">set(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4f.html" title="class in org.jogamp.vecmath">Quat4f</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4f.html#set-org.jogamp.vecmath.Matrix3f-">set(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4f.html" title="class in org.jogamp.vecmath">Quat4f</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4f.html#set-org.jogamp.vecmath.Matrix3d-">set(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4f.html" title="class in org.jogamp.vecmath">Quat4f</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the rotational component of
+ the passed matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4f.html#set-org.jogamp.vecmath.AxisAngle4f-">set(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4f.html" title="class in org.jogamp.vecmath">Quat4f</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the equivalent rotation
+ of the AxisAngle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Quat4f.html#set-org.jogamp.vecmath.AxisAngle4d-">set(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Quat4f.html" title="class in org.jogamp.vecmath">Quat4f</a></dt>
+<dd>
+<div class="block">Sets the value of this quaternion to the equivalent rotation
+ of the AxisAngle argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#set-double-double-">set(double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified xy coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple from the 2 values specified in
+ the array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#set-org.jogamp.vecmath.Tuple2d-">set(Tuple2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of the Tuple2d argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#set-org.jogamp.vecmath.Tuple2f-">set(Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of Tuple2f t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#set-float-float-">set(float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified xy coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#set-float:A-">set(float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple from the 2 values specified in
+ the array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#set-org.jogamp.vecmath.Tuple2f-">set(Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of the Tuple2f argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#set-org.jogamp.vecmath.Tuple2d-">set(Tuple2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of the Tuple2d argument.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#set-int-int-">set(int, int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified x and y
+ coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#set-int:A-">set(int[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified coordinates in the
+ array of length 2.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#set-org.jogamp.vecmath.Tuple2i-">set(Tuple2i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3b.html#set-org.jogamp.vecmath.Tuple3b-">set(Tuple3b)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3b.html" title="class in org.jogamp.vecmath">Tuple3b</a></dt>
+<dd>
+<div class="block">Sets the value of the data members of this tuple to the value
+ of the argument tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3b.html#set-byte:A-">set(byte[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3b.html" title="class in org.jogamp.vecmath">Tuple3b</a></dt>
+<dd>
+<div class="block">Sets the value of the x,y,z, data members of this tuple to the
+ values in the array t of length 3.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#set-double-double-double-">set(double, double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified xyz coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of the xyz coordinates
+ located in the array of length 3.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#set-org.jogamp.vecmath.Tuple3d-">set(Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#set-org.jogamp.vecmath.Tuple3f-">set(Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#set-float-float-float-">set(float, float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified xyz coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#set-float:A-">set(float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the xyz coordinates specified in
+ the array of length 3.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#set-org.jogamp.vecmath.Tuple3f-">set(Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#set-org.jogamp.vecmath.Tuple3d-">set(Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#set-int-int-int-">set(int, int, int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified x, y, and z
+ coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#set-int:A-">set(int[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified coordinates in the
+ array of length 3.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#set-org.jogamp.vecmath.Tuple3i-">set(Tuple3i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#set-org.jogamp.vecmath.Tuple4b-">set(Tuple4b)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4b.html" title="class in org.jogamp.vecmath">Tuple4b</a></dt>
+<dd>
+<div class="block">Sets the value of the data members of this tuple to the value
+ of the argument tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#set-byte:A-">set(byte[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4b.html" title="class in org.jogamp.vecmath">Tuple4b</a></dt>
+<dd>
+<div class="block">Sets the value of the data members of this tuple to the value
+ of the array b of length 4.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#set-double-double-double-double-">set(double, double, double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified xyzw coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#set-double:A-">set(double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified xyzw coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#set-org.jogamp.vecmath.Tuple4d-">set(Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#set-org.jogamp.vecmath.Tuple4f-">set(Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#set-float-float-float-float-">set(float, float, float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified xyzw coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#set-float:A-">set(float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified coordinates in the
+ array of length 4.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#set-org.jogamp.vecmath.Tuple4f-">set(Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#set-org.jogamp.vecmath.Tuple4d-">set(Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#set-int-int-int-int-">set(int, int, int, int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified x, y, z, and w
+ coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#set-int:A-">set(int[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the specified coordinates in the
+ array of length 4.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#set-org.jogamp.vecmath.Tuple4i-">set(Tuple4i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the value of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector4d.html#set-org.jogamp.vecmath.Tuple3d-">set(Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Vector4d.html" title="class in org.jogamp.vecmath">Vector4d</a></dt>
+<dd>
+<div class="block">Sets the x,y,z components of this vector to the corresponding
+ components of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector4f.html#set-org.jogamp.vecmath.Tuple3f-">set(Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Vector4f.html" title="class in org.jogamp.vecmath">Vector4f</a></dt>
+<dd>
+<div class="block">Sets the x,y,z components of this vector to the corresponding
+ components of tuple t1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#setAngle-double-">setAngle(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Set the axis angle, in radians.<br>
+ An axis angle is a rotation angle about the vector (x,y,z).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#setAngle-float-">setAngle(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Set the axis angle, in radians.<br>
+ An axis angle is a rotation angle about the vector (x,y,z).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setColumn-int-double:A-">setColumn(int, double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Copy the values from the array into the specified column of this
+ matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setColumn-int-org.jogamp.vecmath.GVector-">setColumn(int, GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Copy the values from the vector into the specified column of this
+ matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setColumn-int-double-double-double-">setColumn(int, double, double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix3d to the three values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setColumn-int-org.jogamp.vecmath.Vector3d-">setColumn(int, Vector3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix3d to the vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setColumn-int-double:A-">setColumn(int, double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix3d to the three values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setColumn-int-float-float-float-">setColumn(int, float, float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix3f to the three values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setColumn-int-org.jogamp.vecmath.Vector3f-">setColumn(int, Vector3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix3f to the vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setColumn-int-float:A-">setColumn(int, float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix3f to the three values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setColumn-int-double-double-double-double-">setColumn(int, double, double, double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix4d to the four values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setColumn-int-org.jogamp.vecmath.Vector4d-">setColumn(int, Vector4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix4d to the vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setColumn-int-double:A-">setColumn(int, double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix4d to the four values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setColumn-int-float-float-float-float-">setColumn(int, float, float, float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix4f to the four values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setColumn-int-org.jogamp.vecmath.Vector4f-">setColumn(int, Vector4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix4f to the vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setColumn-int-float:A-">setColumn(int, float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the specified column of this matrix4f to the four values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setElement-int-int-double-">setElement(int, int, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Modifies the value at the specified row and column of this matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#setElement-int-double-">setElement(int, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Modifies the value at the specified index of this vector.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setElement-int-int-double-">setElement(int, int, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the specified element of this matrix3f to the value provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setElement-int-int-float-">setElement(int, int, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the specified element of this matrix3f to the value provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setElement-int-int-double-">setElement(int, int, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the specified element of this matrix4f to the value provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setElement-int-int-float-">setElement(int, int, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the specified element of this matrix4f to the value provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setIdentity--">setIdentity()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets this GMatrix to the identity matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setIdentity--">setIdentity()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets this Matrix3d to identity.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setIdentity--">setIdentity()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets this Matrix3f to identity.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setIdentity--">setIdentity()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets this Matrix4d to identity.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setIdentity--">setIdentity()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets this Matrix4f to identity.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM00-double-">setM00(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM00-float-">setM00(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM00-double-">setM00(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM00-float-">setM00(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM01-double-">setM01(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM01-float-">setM01(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM01-double-">setM01(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM01-float-">setM01(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM02-double-">setM02(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM02-float-">setM02(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM02-double-">setM02(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM02-float-">setM02(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM03-double-">setM03(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the fourth element of the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM03-float-">setM03(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the fourth element of the first row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM10-double-">setM10(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set first matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM10-float-">setM10(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set first matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM10-double-">setM10(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set first matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM10-float-">setM10(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set first matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM11-double-">setM11(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM11-float-">setM11(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM11-double-">setM11(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM11-float-">setM11(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM12-double-">setM12(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM12-float-">setM12(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM12-double-">setM12(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM12-float-">setM12(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM13-double-">setM13(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the fourth element of the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM13-float-">setM13(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the fourth element of the second row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM20-double-">setM20(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM20-float-">setM20(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM20-double-">setM20(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM20-float-">setM20(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the first matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM21-double-">setM21(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM21-float-">setM21(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM21-double-">setM21(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM21-float-">setM21(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the second matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setM22-double-">setM22(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setM22-float-">setM22(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM22-double-">setM22(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM22-float-">setM22(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the third matrix element in the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM23-double-">setM23(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the fourth element of the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM23-float-">setM23(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the fourth element of the third row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM30-double-">setM30(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the first element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM30-float-">setM30(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the first element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM31-double-">setM31(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the second element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM31-float-">setM31(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the second element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM32-double-">setM32(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the third element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM32-float-">setM32(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the third element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setM33-double-">setM33(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Set the fourth element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setM33-float-">setM33(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Set the fourth element of the fourth row.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRotation-org.jogamp.vecmath.Matrix3d-">setRotation(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the double precision Matrix3d argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the passed rotation components,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRotation-org.jogamp.vecmath.Matrix3f-">setRotation(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the single precision Matrix3f argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the passed rotation components,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRotation-org.jogamp.vecmath.Quat4f-">setRotation(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix equivalent values of the quaternion argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the matrix equivalent of the quaternion,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRotation-org.jogamp.vecmath.Quat4d-">setRotation(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix equivalent values of the quaternion argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the matrix equivalent of the quaternion,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRotation-org.jogamp.vecmath.AxisAngle4d-">setRotation(AxisAngle4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix equivalent values of the axis-angle argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the matrix equivalent of the axis-angle,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRotation-org.jogamp.vecmath.Matrix3d-">setRotation(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the double precision Matrix3d argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the passed rotation components,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRotation-org.jogamp.vecmath.Matrix3f-">setRotation(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix values in the single precision Matrix3f argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the passed rotation components,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRotation-org.jogamp.vecmath.Quat4f-">setRotation(Quat4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix equivalent values of the quaternion argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the matrix equivalent of the quaternion,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRotation-org.jogamp.vecmath.Quat4d-">setRotation(Quat4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix equivalent values of the quaternion argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the matrix equivalent of the quaternion,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRotation-org.jogamp.vecmath.AxisAngle4f-">setRotation(AxisAngle4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the rotational component (upper 3x3) of this matrix to the
+ matrix equivalent values of the axis-angle argument; the other
+ elements of this matrix are unchanged; a singular value
+ decomposition is performed on this object's upper 3x3 matrix to
+ factor out the scale, then this object's upper 3x3 matrix components
+ are replaced by the matrix equivalent of the axis-angle,
+ and then the scale is reapplied to the rotational components.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRotationScale-org.jogamp.vecmath.Matrix3d-">setRotationScale(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Replaces the upper 3x3 matrix values of this matrix with the
+ values in the matrix m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRotationScale-org.jogamp.vecmath.Matrix3f-">setRotationScale(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Replaces the upper 3x3 matrix values of this matrix with the
+ values in the matrix m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRotationScale-org.jogamp.vecmath.Matrix3f-">setRotationScale(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Replaces the upper 3x3 matrix values of this matrix with the
+ values in the matrix m1.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setRow-int-double:A-">setRow(int, double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Copy the values from the array into the specified row of this
+ matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setRow-int-org.jogamp.vecmath.GVector-">setRow(int, GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Copy the values from the vector into the specified row of this
+ matrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setRow-int-double-double-double-">setRow(int, double, double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix3d to the 4 values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setRow-int-org.jogamp.vecmath.Vector3d-">setRow(int, Vector3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix3d to the Vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setRow-int-double:A-">setRow(int, double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix3d to the three values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setRow-int-float-float-float-">setRow(int, float, float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix3f to the three values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setRow-int-org.jogamp.vecmath.Vector3f-">setRow(int, Vector3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix3f to the Vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setRow-int-float:A-">setRow(int, float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix3f to the three values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRow-int-double-double-double-double-">setRow(int, double, double, double, double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix4d to the four values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRow-int-org.jogamp.vecmath.Vector4d-">setRow(int, Vector4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix4d to the Vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setRow-int-double:A-">setRow(int, double[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix4d to the four values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRow-int-float-float-float-float-">setRow(int, float, float, float, float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix4f to the four values provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRow-int-org.jogamp.vecmath.Vector4f-">setRow(int, Vector4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix4f to the Vector provided.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setRow-int-float:A-">setRow(int, float[])</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the specified row of this matrix4f to the four values provided
+ in the passed array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setScale-double-">setScale(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets this matrix to a uniform scale matrix; all of the
+ values are reset.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setScale-double-">setScale(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the scale component of the current matrix by factoring
+ out the current scale (by doing an SVD) and multiplying by
+ the new scale.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setScale-float-">setScale(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the scale component of the current matrix by factoring
+ out the current scale (by doing an SVD) and multiplying by
+ the new scale.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setScale-double-">setScale(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the scale component of the current matrix by factoring
+ out the current scale (by doing an SVD) from the rotational
+ component and multiplying by the new scale.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setScale-float-">setScale(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets the scale component of the current matrix by factoring
+ out the current scale (by doing an SVD) from the rotational
+ component and multiplying by the new scale.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setSize-int-int-">setSize(int, int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Changes the size of this matrix dynamically.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#setSize-int-">setSize(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Changes the size of this vector dynamically.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setTranslation-org.jogamp.vecmath.Vector3d-">setTranslation(Vector3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Modifies the translational components of this matrix to the values
+ of the Vector3d argument; the other values of this matrix are not
+ modified.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setTranslation-org.jogamp.vecmath.Vector3f-">setTranslation(Vector3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Modifies the translational components of this matrix to the values
+ of the Vector3f argument; the other values of this matrix are not
+ modified.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#setW-byte-">setW(byte)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4b.html" title="class in org.jogamp.vecmath">Tuple4b</a></dt>
+<dd>
+<div class="block">Set <i>w</i>, the fourth value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#setW-double-">setW(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Set the <i>w</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#setW-float-">setW(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Set the <i>w</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#setW-int-">setW(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Set the <i>w</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#setX-double-">setX(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Set a new value for <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#setX-float-">setX(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Set a new value for <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#setX-double-">setX(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#setX-float-">setX(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#setX-int-">setX(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3b.html#setX-byte-">setX(byte)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3b.html" title="class in org.jogamp.vecmath">Tuple3b</a></dt>
+<dd>
+<div class="block">Set <i>x</i>, the first value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#setX-double-">setX(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#setX-float-">setX(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#setX-int-">setX(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#setX-byte-">setX(byte)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4b.html" title="class in org.jogamp.vecmath">Tuple4b</a></dt>
+<dd>
+<div class="block">Set <i>x</i>, the first value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#setX-double-">setX(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#setX-float-">setX(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#setX-int-">setX(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Set the <i>x</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#setY-double-">setY(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Set a new value for <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#setY-float-">setY(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Set a new value for <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#setY-double-">setY(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#setY-float-">setY(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#setY-int-">setY(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3b.html#setY-byte-">setY(byte)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3b.html" title="class in org.jogamp.vecmath">Tuple3b</a></dt>
+<dd>
+<div class="block">Set <i>y</i>, the second value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#setY-double-">setY(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#setY-float-">setY(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#setY-int-">setY(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#setY-byte-">setY(byte)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4b.html" title="class in org.jogamp.vecmath">Tuple4b</a></dt>
+<dd>
+<div class="block">Set <i>y</i>, the second value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#setY-double-">setY(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#setY-float-">setY(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#setY-int-">setY(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Set the <i>y</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#setZ-double-">setZ(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt>
+<dd>
+<div class="block">Set a new value for <i>z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#setZ-float-">setZ(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt>
+<dd>
+<div class="block">Set a new value for <i>z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3b.html#setZ-byte-">setZ(byte)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3b.html" title="class in org.jogamp.vecmath">Tuple3b</a></dt>
+<dd>
+<div class="block">Set <i>z</i>, the third value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#setZ-double-">setZ(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Set the <i>z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#setZ-float-">setZ(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Set the <i>Z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#setZ-int-">setZ(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Set the <i>z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#setZ-byte-">setZ(byte)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4b.html" title="class in org.jogamp.vecmath">Tuple4b</a></dt>
+<dd>
+<div class="block">Set <i>z</i>, the third value.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#setZ-double-">setZ(double)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Set the <i>z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#setZ-float-">setZ(float)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Set the <i>z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#setZ-int-">setZ(int)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Set the <i>z</i> coordinate.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#setZero--">setZero()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets all the values in this matrix to zero.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#setZero--">setZero()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets this matrix to all zeros.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#setZero--">setZero()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets this matrix to all zeros.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#setZero--">setZero()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets this matrix to all zeros.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#setZero--">setZero()</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets this matrix to all zeros.</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/SingularMatrixException.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">SingularMatrixException</span></a> - Exception in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">Indicates that inverse of a matrix can not be computed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/SingularMatrixException.html#SingularMatrixException--">SingularMatrixException()</a></span> - Constructor for exception org.jogamp.vecmath.<a href="../org/jogamp/vecmath/SingularMatrixException.html" title="class in org.jogamp.vecmath">SingularMatrixException</a></dt>
+<dd>
+<div class="block">Create the exception object with default values.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/SingularMatrixException.html#SingularMatrixException-java.lang.String-">SingularMatrixException(String)</a></span> - Constructor for exception org.jogamp.vecmath.<a href="../org/jogamp/vecmath/SingularMatrixException.html" title="class in org.jogamp.vecmath">SingularMatrixException</a></dt>
+<dd>
+<div class="block">Create the exception object that outputs message.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#sub-org.jogamp.vecmath.GMatrix-">sub(GMatrix)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference of itself
+ and matrix m1 (this = this - m1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#sub-org.jogamp.vecmath.GMatrix-org.jogamp.vecmath.GMatrix-">sub(GMatrix, GMatrix)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference
+ of matrices m1 and m2 (this = m1 - m2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#sub-org.jogamp.vecmath.GVector-">sub(GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the vector difference of itself
+ and vector (this = this - vector).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#sub-org.jogamp.vecmath.GVector-org.jogamp.vecmath.GVector-">sub(GVector, GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Sets the value of this vector to the vector difference
+ of vectors vector1 and vector2 (this = vector1 - vector2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#sub-org.jogamp.vecmath.Matrix3d-org.jogamp.vecmath.Matrix3d-">sub(Matrix3d, Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference
+ of matrices m1 and m2.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#sub-org.jogamp.vecmath.Matrix3d-">sub(Matrix3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3d.html" title="class in org.jogamp.vecmath">Matrix3d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference of itself and
+ matrix m1 (this = this - m1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#sub-org.jogamp.vecmath.Matrix3f-org.jogamp.vecmath.Matrix3f-">sub(Matrix3f, Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference
+ of matrices m1 and m2.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#sub-org.jogamp.vecmath.Matrix3f-">sub(Matrix3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix3f.html" title="class in org.jogamp.vecmath">Matrix3f</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference
+ of itself and matrix m1 (this = this - m1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#sub-org.jogamp.vecmath.Matrix4d-org.jogamp.vecmath.Matrix4d-">sub(Matrix4d, Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference
+ of matrices m1 and m2.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#sub-org.jogamp.vecmath.Matrix4d-">sub(Matrix4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4d.html" title="class in org.jogamp.vecmath">Matrix4d</a></dt>
+<dd>
+<div class="block">Sets the value of this matrix to the matrix difference of itself
+ and matrix m1 (this = this - m1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#sub-org.jogamp.vecmath.Matrix4f-org.jogamp.vecmath.Matrix4f-">sub(Matrix4f, Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Performs an element-by-element subtraction of matrix m2 from
+ matrix m1 and places the result into matrix this (this =
+ m2 - m1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#sub-org.jogamp.vecmath.Matrix4f-">sub(Matrix4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Matrix4f.html" title="class in org.jogamp.vecmath">Matrix4f</a></dt>
+<dd>
+<div class="block">Sets this matrix to the matrix difference of itself and
+ matrix m1 (this = this - m1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#sub-org.jogamp.vecmath.Tuple2d-org.jogamp.vecmath.Tuple2d-">sub(Tuple2d, Tuple2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the vector difference of
+ tuple t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#sub-org.jogamp.vecmath.Tuple2d-">sub(Tuple2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2d.html" title="class in org.jogamp.vecmath">Tuple2d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the vector difference of
+ itself and tuple t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#sub-org.jogamp.vecmath.Tuple2f-org.jogamp.vecmath.Tuple2f-">sub(Tuple2f, Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the vector difference of
+ tuple t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#sub-org.jogamp.vecmath.Tuple2f-">sub(Tuple2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2f.html" title="class in org.jogamp.vecmath">Tuple2f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the vector difference of
+ itself and tuple t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#sub-org.jogamp.vecmath.Tuple2i-org.jogamp.vecmath.Tuple2i-">sub(Tuple2i, Tuple2i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of tuples t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#sub-org.jogamp.vecmath.Tuple2i-">sub(Tuple2i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple2i.html" title="class in org.jogamp.vecmath">Tuple2i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of itself and t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#sub-org.jogamp.vecmath.Tuple3d-org.jogamp.vecmath.Tuple3d-">sub(Tuple3d, Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference of tuples
+ t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#sub-org.jogamp.vecmath.Tuple3d-">sub(Tuple3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3d.html" title="class in org.jogamp.vecmath">Tuple3d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of itself and t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#sub-org.jogamp.vecmath.Tuple3f-org.jogamp.vecmath.Tuple3f-">sub(Tuple3f, Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the vector difference
+ of tuples t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#sub-org.jogamp.vecmath.Tuple3f-">sub(Tuple3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3f.html" title="class in org.jogamp.vecmath">Tuple3f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the vector difference of
+ itself and tuple t1 (this = this - t1) .</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#sub-org.jogamp.vecmath.Tuple3i-org.jogamp.vecmath.Tuple3i-">sub(Tuple3i, Tuple3i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of tuples t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#sub-org.jogamp.vecmath.Tuple3i-">sub(Tuple3i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple3i.html" title="class in org.jogamp.vecmath">Tuple3i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of itself and t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#sub-org.jogamp.vecmath.Tuple4d-org.jogamp.vecmath.Tuple4d-">sub(Tuple4d, Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of tuples t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#sub-org.jogamp.vecmath.Tuple4d-">sub(Tuple4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4d.html" title="class in org.jogamp.vecmath">Tuple4d</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference of itself
+ and tuple t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#sub-org.jogamp.vecmath.Tuple4f-org.jogamp.vecmath.Tuple4f-">sub(Tuple4f, Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of tuples t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#sub-org.jogamp.vecmath.Tuple4f-">sub(Tuple4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4f.html" title="class in org.jogamp.vecmath">Tuple4f</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of itself and t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#sub-org.jogamp.vecmath.Tuple4i-org.jogamp.vecmath.Tuple4i-">sub(Tuple4i, Tuple4i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of tuples t1 and t2 (this = t1 - t2).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#sub-org.jogamp.vecmath.Tuple4i-">sub(Tuple4i)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Tuple4i.html" title="class in org.jogamp.vecmath">Tuple4i</a></dt>
+<dd>
+<div class="block">Sets the value of this tuple to the difference
+ of itself and t1 (this = this - t1).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#SVD-org.jogamp.vecmath.GMatrix-org.jogamp.vecmath.GMatrix-org.jogamp.vecmath.GMatrix-">SVD(GMatrix, GMatrix, GMatrix)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GMatrix.html" title="class in org.jogamp.vecmath">GMatrix</a></dt>
+<dd>
+<div class="block">Finds the singular value decomposition (SVD) of this matrix
+ such that this = U*W*transpose(V); and returns the rank of
+ this matrix; the values of U,W,V are all overwritten.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#SVDBackSolve-org.jogamp.vecmath.GMatrix-org.jogamp.vecmath.GMatrix-org.jogamp.vecmath.GMatrix-org.jogamp.vecmath.GVector-">SVDBackSolve(GMatrix, GMatrix, GMatrix, GVector)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/GVector.html" title="class in org.jogamp.vecmath">GVector</a></dt>
+<dd>
+<div class="block">Solves for x in Ax = b, where x is this vector (nx1), A is mxn,
+ b is mx1, and A = U*W*transpose(V); U,W,V must
+ be precomputed and can be found by taking the singular value
+ decomposition (SVD) of A using the method SVD found in the
+ GMatrix class.</div>
+</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a href="index-18.html">W</a>&nbsp;<a href="index-19.html">X</a>&nbsp;<a href="index-20.html">Y</a>&nbsp;<a href="index-21.html">Z</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../org/jogamp/vecmath/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="../org/jogamp/vecmath/package-tree.html">Tree</a></li>
+<li><a href="../deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-14.html">Prev Letter</a></li>
+<li><a href="index-16.html">Next Letter</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
+<li><a href="index-15.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>