diff options
author | phil <[email protected]> | 2018-12-23 22:40:58 +1300 |
---|---|---|
committer | phil <[email protected]> | 2018-12-23 22:40:58 +1300 |
commit | 63fe7f35ead4db73dfa3128413bd48674b06d6e1 (patch) | |
tree | ca92328c4e253d239ed6086b098eaa0d3e215f68 /doc/index-files/index-1.html | |
parent | e5b12d9df1e74f09d0bbf19b873bcafe1aa10cca (diff) |
# WARNING: head commit changed in the meantime
source location changed, javadoc files added, AWT dependant methods
removed
Diffstat (limited to 'doc/index-files/index-1.html')
-rw-r--r-- | doc/index-files/index-1.html | 475 |
1 files changed, 475 insertions, 0 deletions
diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html new file mode 100644 index 0000000..bc0e8d5 --- /dev/null +++ b/doc/index-files/index-1.html @@ -0,0 +1,475 @@ +<!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:55 NZST 2017 --> +<title>A-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="A-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>Prev Letter</li> +<li><a href="index-2.html">Next Letter</a></li> +</ul> +<ul class="navList"> +<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li> +<li><a href="index-1.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../allclasses-noframe.html">All 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> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">V</a> <a href="index-18.html">W</a> <a href="index-19.html">X</a> <a href="index-20.html">Y</a> <a href="index-21.html">Z</a> <a name="I:A"> +<!-- --> +</a> +<h2 class="title">A</h2> +<dl> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#absolute-org.jogamp.vecmath.Tuple2d-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#absolute-org.jogamp.vecmath.Tuple2f-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#absolute-org.jogamp.vecmath.Tuple2i-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#absolute-org.jogamp.vecmath.Tuple3d-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#absolute-org.jogamp.vecmath.Tuple3f-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#absolute-org.jogamp.vecmath.Tuple3i-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#absolute-org.jogamp.vecmath.Tuple4d-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#absolute-org.jogamp.vecmath.Tuple4f-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#absolute-org.jogamp.vecmath.Tuple4i-">absolute(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 each component of the tuple parameter to its absolute + value and places the modified values into this tuple.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#absolute--">absolute()</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 each component of this tuple to its absolute value.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#add-org.jogamp.vecmath.GMatrix-">add(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 sum of itself and matrix m1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#add-org.jogamp.vecmath.GMatrix-org.jogamp.vecmath.GMatrix-">add(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 sum of matrices m1 and m2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#add-org.jogamp.vecmath.GVector-">add(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 sum of itself and the specified + vector</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#add-org.jogamp.vecmath.GVector-org.jogamp.vecmath.GVector-">add(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 sum of vectors vector1 + and vector2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#add-double-">add(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">Adds a scalar to each component of this matrix.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#add-double-org.jogamp.vecmath.Matrix3d-">add(double, 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">Adds a scalar to each component of the matrix m1 and places + the result into this.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#add-org.jogamp.vecmath.Matrix3d-org.jogamp.vecmath.Matrix3d-">add(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 sum of matrices m1 and m2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#add-org.jogamp.vecmath.Matrix3d-">add(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 sum of itself and matrix m1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#add-float-">add(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">Adds a scalar to each component of this matrix.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#add-float-org.jogamp.vecmath.Matrix3f-">add(float, 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">Adds a scalar to each component of the matrix m1 and places + the result into this.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#add-org.jogamp.vecmath.Matrix3f-org.jogamp.vecmath.Matrix3f-">add(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 sum of matrices m1 and m2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#add-org.jogamp.vecmath.Matrix3f-">add(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 sum of itself and + matrix m1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#add-double-">add(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">Adds a scalar to each component of this matrix.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#add-double-org.jogamp.vecmath.Matrix4d-">add(double, 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">Adds a scalar to each component of the matrix m1 and places + the result into this.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#add-org.jogamp.vecmath.Matrix4d-org.jogamp.vecmath.Matrix4d-">add(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 sum of matrices m1 and m2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#add-org.jogamp.vecmath.Matrix4d-">add(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 sum of itself and matrix m1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#add-float-">add(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">Adds a scalar to each component of this matrix.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#add-float-org.jogamp.vecmath.Matrix4f-">add(float, 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">Adds a scalar to each component of the matrix m1 and places + the result into this.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#add-org.jogamp.vecmath.Matrix4f-org.jogamp.vecmath.Matrix4f-">add(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">Sets the value of this matrix to the matrix sum of matrices m1 and m2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#add-org.jogamp.vecmath.Matrix4f-">add(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 the sum of itself and matrix m1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#add-org.jogamp.vecmath.Tuple2d-org.jogamp.vecmath.Tuple2d-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#add-org.jogamp.vecmath.Tuple2d-">add(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 sum of itself and tuple t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#add-org.jogamp.vecmath.Tuple2f-org.jogamp.vecmath.Tuple2f-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#add-org.jogamp.vecmath.Tuple2f-">add(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 sum of itself and tuple t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#add-org.jogamp.vecmath.Tuple2i-org.jogamp.vecmath.Tuple2i-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#add-org.jogamp.vecmath.Tuple2i-">add(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 sum of itself and t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#add-org.jogamp.vecmath.Tuple3d-org.jogamp.vecmath.Tuple3d-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#add-org.jogamp.vecmath.Tuple3d-">add(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 sum of itself and t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#add-org.jogamp.vecmath.Tuple3f-org.jogamp.vecmath.Tuple3f-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#add-org.jogamp.vecmath.Tuple3f-">add(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 sum of itself and tuple t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#add-org.jogamp.vecmath.Tuple3i-org.jogamp.vecmath.Tuple3i-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#add-org.jogamp.vecmath.Tuple3i-">add(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 sum of itself and t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#add-org.jogamp.vecmath.Tuple4d-org.jogamp.vecmath.Tuple4d-">add(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 tuple sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#add-org.jogamp.vecmath.Tuple4d-">add(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 sum of itself and tuple t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#add-org.jogamp.vecmath.Tuple4f-org.jogamp.vecmath.Tuple4f-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#add-org.jogamp.vecmath.Tuple4f-">add(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 sum of itself and t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#add-org.jogamp.vecmath.Tuple4i-org.jogamp.vecmath.Tuple4i-">add(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 sum of tuples t1 and t2.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#add-org.jogamp.vecmath.Tuple4i-">add(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 sum of itself and t1.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#angle">angle</a></span> - Variable 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">The angle of rotation in radians.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#angle">angle</a></span> - Variable 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">The angle of rotation in radians.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#angle-org.jogamp.vecmath.GVector-">angle(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">Returns the (n-space) angle in radians between this vector and + the vector parameter; the return value is constrained to the + range [0,PI].</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector2d.html#angle-org.jogamp.vecmath.Vector2d-">angle(Vector2d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Vector2d.html" title="class in org.jogamp.vecmath">Vector2d</a></dt> +<dd> +<div class="block">Returns the angle in radians between this vector and the vector + parameter; the return value is constrained to the range [0,PI].</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector2f.html#angle-org.jogamp.vecmath.Vector2f-">angle(Vector2f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Vector2f.html" title="class in org.jogamp.vecmath">Vector2f</a></dt> +<dd> +<div class="block">Returns the angle in radians between this vector and the vector + parameter; the return value is constrained to the range [0,PI].</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector3d.html#angle-org.jogamp.vecmath.Vector3d-">angle(Vector3d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Vector3d.html" title="class in org.jogamp.vecmath">Vector3d</a></dt> +<dd> +<div class="block">Returns the angle in radians between this vector and the vector + parameter; the return value is constrained to the range [0,PI].</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector3f.html#angle-org.jogamp.vecmath.Vector3f-">angle(Vector3f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Vector3f.html" title="class in org.jogamp.vecmath">Vector3f</a></dt> +<dd> +<div class="block">Returns the angle in radians between this vector and the vector + parameter; the return value is constrained to the range [0,PI].</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector4d.html#angle-org.jogamp.vecmath.Vector4d-">angle(Vector4d)</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">Returns the (4-space) angle in radians between this vector and + the vector parameter; the return value is constrained to the + range [0,PI].</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Vector4f.html#angle-org.jogamp.vecmath.Vector4f-">angle(Vector4f)</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">Returns the (4-space) angle in radians between this vector and + the vector parameter; the return value is constrained to the + range [0,PI].</div> +</dd> +<dt><a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">AxisAngle4d</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt> +<dd> +<div class="block">A four-element axis angle represented by double-precision floating point + x,y,z,angle components.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#AxisAngle4d-double-double-double-double-">AxisAngle4d(double, double, double, double)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4d from the specified + x, y, z, and angle.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#AxisAngle4d-double:A-">AxisAngle4d(double[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4d from the components + contained in the array.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#AxisAngle4d-org.jogamp.vecmath.AxisAngle4d-">AxisAngle4d(AxisAngle4d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4d from the specified AxisAngle4d.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#AxisAngle4d-org.jogamp.vecmath.AxisAngle4f-">AxisAngle4d(AxisAngle4f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4d from the specified + AxisAngle4f.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#AxisAngle4d-org.jogamp.vecmath.Vector3d-double-">AxisAngle4d(Vector3d, double)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4d from the specified + axis and angle.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#AxisAngle4d--">AxisAngle4d()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4d.html" title="class in org.jogamp.vecmath">AxisAngle4d</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4d to (0,0,1,0).</div> +</dd> +<dt><a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">AxisAngle4f</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt> +<dd> +<div class="block">A four-element axis angle represented by single-precision floating point + x,y,z,angle components.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#AxisAngle4f-float-float-float-float-">AxisAngle4f(float, float, float, float)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt> +<dd> +<div class="block">Constructs and initializes a AxisAngle4f from the specified xyzw coordinates.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#AxisAngle4f-float:A-">AxisAngle4f(float[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4f from the array of length 4.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#AxisAngle4f-org.jogamp.vecmath.AxisAngle4f-">AxisAngle4f(AxisAngle4f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4f from the specified + AxisAngle4f.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#AxisAngle4f-org.jogamp.vecmath.AxisAngle4d-">AxisAngle4f(AxisAngle4d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4f from the specified AxisAngle4d.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#AxisAngle4f-org.jogamp.vecmath.Vector3f-float-">AxisAngle4f(Vector3f, float)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4f from the specified + axis and angle.</div> +</dd> +<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#AxisAngle4f--">AxisAngle4f()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/AxisAngle4f.html" title="class in org.jogamp.vecmath">AxisAngle4f</a></dt> +<dd> +<div class="block">Constructs and initializes an AxisAngle4f to (0,0,1,0).</div> +</dd> +</dl> +<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">G</a> <a href="index-6.html">H</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">V</a> <a href="index-18.html">W</a> <a href="index-19.html">X</a> <a href="index-20.html">Y</a> <a href="index-21.html">Z</a> </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>Prev Letter</li> +<li><a href="index-2.html">Next Letter</a></li> +</ul> +<ul class="navList"> +<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li> +<li><a href="index-1.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../allclasses-noframe.html">All 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> |