summaryrefslogtreecommitdiffstats
path: root/doc/index-files/index-4.html
diff options
context:
space:
mode:
authorphil <[email protected]>2018-12-23 22:40:58 +1300
committerphil <[email protected]>2018-12-23 22:40:58 +1300
commit63fe7f35ead4db73dfa3128413bd48674b06d6e1 (patch)
treeca92328c4e253d239ed6086b098eaa0d3e215f68 /doc/index-files/index-4.html
parente5b12d9df1e74f09d0bbf19b873bcafe1aa10cca (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-4.html')
-rw-r--r--doc/index-files/index-4.html416
1 files changed, 416 insertions, 0 deletions
diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html
new file mode 100644
index 0000000..dbafa5f
--- /dev/null
+++ b/doc/index-files/index-4.html
@@ -0,0 +1,416 @@
+<!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>E-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="E-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-3.html">Prev Letter</a></li>
+<li><a href="index-5.html">Next Letter</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
+<li><a href="index-4.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:E">
+<!-- -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#epsilonEquals-org.jogamp.vecmath.AxisAngle4d-double-">epsilonEquals(AxisAngle4d, 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">Returns true if the L-infinite distance between this axis-angle
+ and axis-angle a1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#epsilonEquals-org.jogamp.vecmath.AxisAngle4f-float-">epsilonEquals(AxisAngle4f, 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">Returns true if the L-infinite distance between this axis-angle
+ and axis-angle a1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#epsilonEquals-org.jogamp.vecmath.GMatrix-float-">epsilonEquals(GMatrix, float)</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"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">Use epsilonEquals(GMatrix, double) instead</span></div>
+</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#epsilonEquals-org.jogamp.vecmath.GMatrix-double-">epsilonEquals(GMatrix, 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">Returns true if the L-infinite distance between this matrix
+ and matrix m1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#epsilonEquals-org.jogamp.vecmath.GVector-double-">epsilonEquals(GVector, 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">Returns true if the L-infinite distance between this vector
+ and vector v1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#epsilonEquals-org.jogamp.vecmath.Matrix3d-double-">epsilonEquals(Matrix3d, 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">Returns true if the L-infinite distance between this matrix
+ and matrix m1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#epsilonEquals-org.jogamp.vecmath.Matrix3f-float-">epsilonEquals(Matrix3f, 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">Returns true if the L-infinite distance between this matrix
+ and matrix m1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#epsilonEquals-org.jogamp.vecmath.Matrix4d-float-">epsilonEquals(Matrix4d, 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"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">Use epsilonEquals(Matrix4d,double) instead</span></div>
+</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#epsilonEquals-org.jogamp.vecmath.Matrix4d-double-">epsilonEquals(Matrix4d, 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">Returns true if the L-infinite distance between this matrix
+ and matrix m1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#epsilonEquals-org.jogamp.vecmath.Matrix4f-float-">epsilonEquals(Matrix4f, 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">Returns true if the L-infinite distance between this matrix
+ and matrix m1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#epsilonEquals-org.jogamp.vecmath.Tuple2d-double-">epsilonEquals(Tuple2d, 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">Returns true if the L-infinite distance between this tuple
+ and tuple t1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#epsilonEquals-org.jogamp.vecmath.Tuple2f-float-">epsilonEquals(Tuple2f, 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">Returns true if the L-infinite distance between this tuple
+ and tuple t1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#epsilonEquals-org.jogamp.vecmath.Tuple3d-double-">epsilonEquals(Tuple3d, 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">Returns true if the L-infinite distance between this tuple
+ and tuple t1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#epsilonEquals-org.jogamp.vecmath.Tuple3f-float-">epsilonEquals(Tuple3f, 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">Returns true if the L-infinite distance between this tuple
+ and tuple t1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#epsilonEquals-org.jogamp.vecmath.Tuple4d-double-">epsilonEquals(Tuple4d, 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">Returns true if the L-infinite distance between this tuple
+ and tuple t1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#epsilonEquals-org.jogamp.vecmath.Tuple4f-float-">epsilonEquals(Tuple4f, 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">Returns true if the L-infinite distance between this tuple
+ and tuple t1 is less than or equal to the epsilon parameter,
+ otherwise returns false.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#equals-org.jogamp.vecmath.AxisAngle4d-">equals(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">Returns true if all of the data members of AxisAngle4d a1 are
+ equal to the corresponding data members in this AxisAngle4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4d.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object o1 is of type AxisAngle4d and all of the
+ data members of o1 are equal to the corresponding data members in
+ this AxisAngle4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#equals-org.jogamp.vecmath.AxisAngle4f-">equals(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">Returns true if all of the data members of AxisAngle4f a1 are
+ equal to the corresponding data members in this AxisAngle4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/AxisAngle4f.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object o1 is of type AxisAngle4f and all of the
+ data members of o1 are equal to the corresponding data members in
+ this AxisAngle4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#equals-org.jogamp.vecmath.GMatrix-">equals(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">Returns true if all of the data members of GMatrix m1 are
+ equal to the corresponding data members in this GMatrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GMatrix.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object o1 is of type GMatrix and all of the
+ data members of o1 are equal to the corresponding data members in
+ this GMatrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#equals-org.jogamp.vecmath.GVector-">equals(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 true if all of the data members of GVector vector1 are
+ equal to the corresponding data members in this GVector.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/GVector.html#equals-java.lang.Object-">equals(Object)</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 true if the Object o1 is of type GMatrix and all of the
+ data members of o1 are equal to the corresponding data members in
+ this GMatrix.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#equals-org.jogamp.vecmath.Matrix3d-">equals(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">Returns true if all of the data members of Matrix3d m1 are
+ equal to the corresponding data members in this Matrix3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3d.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Matrix3d and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Matrix3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#equals-org.jogamp.vecmath.Matrix3f-">equals(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">Returns true if all of the data members of Matrix3f m1 are
+ equal to the corresponding data members in this Matrix3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix3f.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object o1 is of type Matrix3f and all of the
+ data members of o1 are equal to the corresponding data members in
+ this Matrix3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#equals-org.jogamp.vecmath.Matrix4d-">equals(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">Returns true if all of the data members of Matrix4d m1 are
+ equal to the corresponding data members in this Matrix4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4d.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Matrix4d and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Matrix4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#equals-org.jogamp.vecmath.Matrix4f-">equals(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">Returns true if all of the data members of Matrix4f m1 are
+ equal to the corresponding data members in this Matrix4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Matrix4f.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Matrix4f and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Matrix4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#equals-org.jogamp.vecmath.Tuple2d-">equals(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">Returns true if all of the data members of Tuple2d t1 are
+ equal to the corresponding data members in this Tuple2d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2d.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple2d and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple2d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#equals-org.jogamp.vecmath.Tuple2f-">equals(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">Returns true if all of the data members of Tuple2f t1 are
+ equal to the corresponding data members in this Tuple2f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2f.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple2f and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple2f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple2i.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple2i and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple2i.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3b.html#equals-org.jogamp.vecmath.Tuple3b-">equals(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">Returns true if all of the data members of tuple t1 are equal to
+ the corresponding data members in this tuple.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3b.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple3b and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple3b.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#equals-org.jogamp.vecmath.Tuple3d-">equals(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">Returns true if all of the data members of Tuple3d t1 are
+ equal to the corresponding data members in this Tuple3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3d.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple3d and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#equals-org.jogamp.vecmath.Tuple3f-">equals(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">Returns true if the Object t1 is of type Tuple3f and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3f.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple3f and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple3i.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple3i and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple3i.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#equals-org.jogamp.vecmath.Tuple4b-">equals(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">Returns true if all of the data members of tuple t1 are equal to
+ the corresponding data members in this tuple.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4b.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple4b and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple4b.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#equals-org.jogamp.vecmath.Tuple4d-">equals(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">Returns true if all of the data members of Tuple4d t1 are
+ equal to the corresponding data members in this Tuple4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4d.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple4d and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#equals-org.jogamp.vecmath.Tuple4f-">equals(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">Returns true if all of the data members of Tuple4f t1 are
+ equal to the corresponding data members in this Tuple4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4f.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple4f and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Tuple4i.html#equals-java.lang.Object-">equals(Object)</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">Returns true if the Object t1 is of type Tuple4i and all of the
+ data members of t1 are equal to the corresponding data members in
+ this Tuple4i.</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-3.html">Prev Letter</a></li>
+<li><a href="index-5.html">Next Letter</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
+<li><a href="index-4.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>