summaryrefslogtreecommitdiffstats
path: root/doc/index-files/index-12.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index-files/index-12.html')
-rw-r--r--doc/index-files/index-12.html420
1 files changed, 420 insertions, 0 deletions
diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html
new file mode 100644
index 0000000..9fcf989
--- /dev/null
+++ b/doc/index-files/index-12.html
@@ -0,0 +1,420 @@
+<!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>P-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="P-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-11.html">Prev Letter</a></li>
+<li><a href="index-13.html">Next Letter</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-files/index-12.html" target="_top">Frames</a></li>
+<li><a href="index-12.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:P">
+<!-- -->
+</a>
+<h2 class="title">P</h2>
+<dl>
+<dt><a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point2d</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 2 element point that is represented by double precision floating
+ point x,y coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2d.html#Point2d-double-double-">Point2d(double, double)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath">Point2d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2d from the specified xy coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2d.html#Point2d-double:A-">Point2d(double[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath">Point2d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2d from the specified array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2d.html#Point2d-org.jogamp.vecmath.Point2d-">Point2d(Point2d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath">Point2d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2d from the specified Point2d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2d.html#Point2d-org.jogamp.vecmath.Point2f-">Point2d(Point2f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath">Point2d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2d from the specified Point2f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2d.html#Point2d-org.jogamp.vecmath.Tuple2d-">Point2d(Tuple2d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath">Point2d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2d from the specified Tuple2d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2d.html#Point2d-org.jogamp.vecmath.Tuple2f-">Point2d(Tuple2f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath">Point2d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2d from the specified Tuple2f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2d.html#Point2d--">Point2d()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2d.html" title="class in org.jogamp.vecmath">Point2d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2d to (0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point2f</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 2 element point that is represented by single precision floating
+ point x,y coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2f.html#Point2f-float-float-">Point2f(float, float)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath">Point2f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2f from the specified xy coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2f.html#Point2f-float:A-">Point2f(float[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath">Point2f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2f from the specified array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2f.html#Point2f-org.jogamp.vecmath.Point2f-">Point2f(Point2f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath">Point2f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2f from the specified Point2f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2f.html#Point2f-org.jogamp.vecmath.Point2d-">Point2f(Point2d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath">Point2f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2f from the specified Point2d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2f.html#Point2f-org.jogamp.vecmath.Tuple2d-">Point2f(Tuple2d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath">Point2f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2f from the specified Tuple2d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2f.html#Point2f-org.jogamp.vecmath.Tuple2f-">Point2f(Tuple2f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath">Point2f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2f from the specified Tuple2f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2f.html#Point2f--">Point2f()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2f.html" title="class in org.jogamp.vecmath">Point2f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2f to (0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point2i.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point2i</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 2-element point represented by signed integer x,y
+ coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2i.html#Point2i-int-int-">Point2i(int, int)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2i.html" title="class in org.jogamp.vecmath">Point2i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2i from the specified
+ x and y coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2i.html#Point2i-int:A-">Point2i(int[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2i.html" title="class in org.jogamp.vecmath">Point2i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2i from the array of length 2.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2i.html#Point2i-org.jogamp.vecmath.Tuple2i-">Point2i(Tuple2i)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2i.html" title="class in org.jogamp.vecmath">Point2i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2i from the specified Tuple2i.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point2i.html#Point2i--">Point2i()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point2i.html" title="class in org.jogamp.vecmath">Point2i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point2i to (0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point3d</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 3 element point that is represented by double precision floating point
+ x,y,z coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#Point3d-double-double-double-">Point3d(double, double, double)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3d from the specified xyz coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#Point3d-double:A-">Point3d(double[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3d from the array of length 3.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#Point3d-org.jogamp.vecmath.Point3d-">Point3d(Point3d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3d from the specified Point3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#Point3d-org.jogamp.vecmath.Point3f-">Point3d(Point3f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3d from the specified Point3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#Point3d-org.jogamp.vecmath.Tuple3f-">Point3d(Tuple3f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3d from the specified Tuple3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#Point3d-org.jogamp.vecmath.Tuple3d-">Point3d(Tuple3d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3d from the specified Tuple3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#Point3d--">Point3d()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3d to (0,0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point3f</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 3 element point that is represented by single precision floating point
+ x,y,z coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#Point3f-float-float-float-">Point3f(float, float, float)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3f from the specified xyz coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#Point3f-float:A-">Point3f(float[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3f from the array of length 3.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#Point3f-org.jogamp.vecmath.Point3f-">Point3f(Point3f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3f from the specified Point3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#Point3f-org.jogamp.vecmath.Point3d-">Point3f(Point3d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3f from the specified Point3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#Point3f-org.jogamp.vecmath.Tuple3f-">Point3f(Tuple3f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3f from the specified Tuple3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#Point3f-org.jogamp.vecmath.Tuple3d-">Point3f(Tuple3d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3f from the specified Tuple3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#Point3f--">Point3f()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3f to (0,0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point3i.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point3i</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 3 element point represented by signed integer x,y,z
+ coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3i.html#Point3i-int-int-int-">Point3i(int, int, int)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3i.html" title="class in org.jogamp.vecmath">Point3i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3i from the specified
+ x, y, and z coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3i.html#Point3i-int:A-">Point3i(int[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3i.html" title="class in org.jogamp.vecmath">Point3i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3i from the array of length 3.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3i.html#Point3i-org.jogamp.vecmath.Tuple3i-">Point3i(Tuple3i)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3i.html" title="class in org.jogamp.vecmath">Point3i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3i from the specified Tuple3i.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3i.html#Point3i--">Point3i()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3i.html" title="class in org.jogamp.vecmath">Point3i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point3i to (0,0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point4d</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 4 element vector represented by double precision floating point
+ x,y,z,w coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d-double-double-double-double-">Point4d(double, double, double, double)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d from the specified xyzw coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d-double:A-">Point4d(double[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d from the coordinates contained
+ in the array.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d-org.jogamp.vecmath.Point4d-">Point4d(Point4d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d from the specified Point4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d-org.jogamp.vecmath.Point4f-">Point4d(Point4f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d from the specified Point4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d-org.jogamp.vecmath.Tuple4f-">Point4d(Tuple4f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d from the specified Tuple4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d-org.jogamp.vecmath.Tuple4d-">Point4d(Tuple4d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d from the specified Tuple4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d-org.jogamp.vecmath.Tuple3d-">Point4d(Tuple3d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d from the specified Tuple3d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#Point4d--">Point4d()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4d.html" title="class in org.jogamp.vecmath">Point4d</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4d to (0,0,0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point4f</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 4 element point represented by single precision floating point x,y,z,w
+ coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f-float-float-float-float-">Point4f(float, float, float, float)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f from the specified xyzw coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f-float:A-">Point4f(float[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f from the array of length 4.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f-org.jogamp.vecmath.Point4f-">Point4f(Point4f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f from the specified Point4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f-org.jogamp.vecmath.Point4d-">Point4f(Point4d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f from the specified Point4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f-org.jogamp.vecmath.Tuple4f-">Point4f(Tuple4f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f from the specified Tuple4f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f-org.jogamp.vecmath.Tuple4d-">Point4f(Tuple4d)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f from the specified Tuple4d.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f-org.jogamp.vecmath.Tuple3f-">Point4f(Tuple3f)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f from the specified Tuple3f.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#Point4f--">Point4f()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4f.html" title="class in org.jogamp.vecmath">Point4f</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4f to (0,0,0,0).</div>
+</dd>
+<dt><a href="../org/jogamp/vecmath/Point4i.html" title="class in org.jogamp.vecmath"><span class="typeNameLink">Point4i</span></a> - Class in <a href="../org/jogamp/vecmath/package-summary.html">org.jogamp.vecmath</a></dt>
+<dd>
+<div class="block">A 4 element point represented by signed integer x,y,z,w
+ coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4i.html#Point4i-int-int-int-int-">Point4i(int, int, int, int)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4i.html" title="class in org.jogamp.vecmath">Point4i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4i from the specified
+ x, y, z, and w coordinates.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4i.html#Point4i-int:A-">Point4i(int[])</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4i.html" title="class in org.jogamp.vecmath">Point4i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4i from the array of length 4.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4i.html#Point4i-org.jogamp.vecmath.Tuple4i-">Point4i(Tuple4i)</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4i.html" title="class in org.jogamp.vecmath">Point4i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4i from the specified Tuple4i.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4i.html#Point4i--">Point4i()</a></span> - Constructor for class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point4i.html" title="class in org.jogamp.vecmath">Point4i</a></dt>
+<dd>
+<div class="block">Constructs and initializes a Point4i to (0,0,0,0).</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3d.html#project-org.jogamp.vecmath.Point4d-">project(Point4d)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3d.html" title="class in org.jogamp.vecmath">Point3d</a></dt>
+<dd>
+<div class="block">Multiplies each of the x,y,z components of the Point4d parameter
+ by 1/w and places the projected values into this point.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point3f.html#project-org.jogamp.vecmath.Point4f-">project(Point4f)</a></span> - Method in class org.jogamp.vecmath.<a href="../org/jogamp/vecmath/Point3f.html" title="class in org.jogamp.vecmath">Point3f</a></dt>
+<dd>
+<div class="block">Multiplies each of the x,y,z components of the Point4f parameter
+ by 1/w and places the projected values into this point.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4d.html#project-org.jogamp.vecmath.Point4d-">project(Point4d)</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">Multiplies each of the x,y,z components of the Point4d parameter
+ by 1/w, places the projected values into this point, and places
+ a 1 as the w parameter of this point.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../org/jogamp/vecmath/Point4f.html#project-org.jogamp.vecmath.Point4f-">project(Point4f)</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">Multiplies each of the x,y,z components of the Point4f parameter
+ by 1/w, places the projected values into this point, and places
+ a 1 as the w parameter of this point.</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-11.html">Prev Letter</a></li>
+<li><a href="index-13.html">Next Letter</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-files/index-12.html" target="_top">Frames</a></li>
+<li><a href="index-12.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>