blob: 8e6e397771b3815f49bc36cea482a9c096a75038 [file] [log] [blame]
<!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_262) on Wed Mar 10 21:50:14 GMT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.eclipse.mosaic.lib.math.Vector3d (Eclipse MOSAIC Parent 21.0 API)</title>
<meta name="date" content="2021-03-10">
<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="Uses of Class org.eclipse.mosaic.lib.math.Vector3d (Eclipse MOSAIC Parent 21.0 API)";
}
}
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="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/mosaic/lib/math/class-use/Vector3d.html" target="_top">Frames</a></li>
<li><a href="Vector3d.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="header">
<h2 title="Uses of Class org.eclipse.mosaic.lib.math.Vector3d" class="title">Uses of Class<br>org.eclipse.mosaic.lib.math.Vector3d</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.eclipse.mosaic.lib.geo">org.eclipse.mosaic.lib.geo</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.eclipse.mosaic.lib.math">org.eclipse.mosaic.lib.math</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.eclipse.mosaic.lib.spatial">org.eclipse.mosaic.lib.spatial</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.eclipse.mosaic.lib.transform">org.eclipse.mosaic.lib.transform</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.eclipse.mosaic.lib.geo">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a> in <a href="../../../../../../org/eclipse/mosaic/lib/geo/package-summary.html">org.eclipse.mosaic.lib.geo</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/geo/package-summary.html">org.eclipse.mosaic.lib.geo</a> that return <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoUtils.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Point.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/Point.html#toVector3d--">toVector3d</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">MutableUtmPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">MutableGeoPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">MutableCartesianPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableCartesianPoint.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Point.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/Point.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/geo/package-summary.html">org.eclipse.mosaic.lib.geo</a> with parameters of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoUtils.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoUtils.html#getGeoPointFromDirection-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">getGeoPointFromDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;origin,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;direction)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">MutableUtmPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">MutableGeoPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">MutableCartesianPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableCartesianPoint.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Point.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/geo/Point.html#toVector3d-org.eclipse.mosaic.lib.math.Vector3d-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.eclipse.mosaic.lib.math">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a> in <a href="../../../../../../org/eclipse/mosaic/lib/math/package-summary.html">org.eclipse.mosaic.lib.math</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/eclipse/mosaic/lib/math/package-summary.html">org.eclipse.mosaic.lib.math</a> declared as <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#EAST">EAST</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#NORTH">NORTH</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#SOUTH">SOUTH</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#UP">UP</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#WEST">WEST</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/math/package-summary.html">org.eclipse.mosaic.lib.math</a> that return <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#add-org.eclipse.mosaic.lib.math.Vector3d-">add</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#add-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">add</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#cross-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">cross</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#getDirectionVectorFromHeading-double-org.eclipse.mosaic.lib.math.Vector3d-">getDirectionVectorFromHeading</a></span>(double&nbsp;headingDeg,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Computes an direction vector from the given heading angle (in degrees)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#multiply-double-">multiply</a></span>(double&nbsp;f)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#multiply-double-org.eclipse.mosaic.lib.math.Vector3d-">multiply</a></span>(double&nbsp;f,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix3d.html#multiply-org.eclipse.mosaic.lib.math.Vector3d-">multiply</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix3d.html#multiply-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">multiply</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#nearestPointOnLine-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">nearestPointOnLine</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;linePt1,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;linePt2,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#norm--">norm</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#norm-org.eclipse.mosaic.lib.math.Vector3d-">norm</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#rotate-double-double-double-double-">rotate</a></span>(double&nbsp;angle,
double&nbsp;axisX,
double&nbsp;axisY,
double&nbsp;axisZ)</code>
<div class="block">Rotates this vector by the specified angle (in radians) around the given axis.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#rotate-double-org.eclipse.mosaic.lib.math.Vector3d-">rotate</a></span>(double&nbsp;angle,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;axis)</code>
<div class="block">Rotates this vector by the specified angle (in radians) around the given axis.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#rotateDeg-double-org.eclipse.mosaic.lib.math.Vector3d-">rotateDeg</a></span>(double&nbsp;angleDeg,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;axis)</code>
<div class="block">Rotates this vector by the specified angle (in degrees) around the given axis.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#scale-org.eclipse.mosaic.lib.math.Vector3d-">scale</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;scale)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#scale-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">scale</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;scale,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#set-double-">set</a></span>(double&nbsp;f)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#set-double-double-double-">set</a></span>(double&nbsp;x,
double&nbsp;y,
double&nbsp;z)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#set-org.eclipse.mosaic.lib.math.Vector3d-">set</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#subtract-org.eclipse.mosaic.lib.math.Vector3d-">subtract</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#subtract-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">subtract</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix4d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix4d.html#transform-org.eclipse.mosaic.lib.math.Vector3d-double-">transform</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vec3,
double&nbsp;w)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/math/package-summary.html">org.eclipse.mosaic.lib.math</a> with parameters of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#add-org.eclipse.mosaic.lib.math.Vector3d-">add</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#add-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">add</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#angle-org.eclipse.mosaic.lib.math.Vector3d-">angle</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>
<div class="block">Calculates and returns the angle between the current and the given vector in radians.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#computeXZEdgeIntersectionPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">computeXZEdgeIntersectionPoint</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e11,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e12,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e21,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e22,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Similar to <a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#computeXZLineIntersectionPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-"><code>VectorUtils.computeXZLineIntersectionPoint(Vector3d, Vector3d, Vector3d, Vector3d, Vector3d)</code></a>
but also checks if the resulting intersection point lies between e11, e12 and e21, e22.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#computeXZLineIntersectionPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">computeXZLineIntersectionPoint</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e11,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e12,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e21,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;e22,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Returns the intersection point of two lines in the XZ plane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#cross-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">cross</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#curvature-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">curvature</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vecA,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vecB,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vecC)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#distanceSqrTo-org.eclipse.mosaic.lib.math.Vector3d-">distanceSqrTo</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#distanceTo-org.eclipse.mosaic.lib.math.Vector3d-">distanceTo</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#dot-org.eclipse.mosaic.lib.math.Vector3d-">dot</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#getDirectionVectorFromHeading-double-org.eclipse.mosaic.lib.math.Vector3d-">getDirectionVectorFromHeading</a></span>(double&nbsp;headingDeg,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Computes an direction vector from the given heading angle (in degrees)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#getHeadingFromDirection-org.eclipse.mosaic.lib.math.Vector3d-">getHeadingFromDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;directionVec)</code>
<div class="block">Returns heading in degrees for the given direction vector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#isFuzzyEqual-org.eclipse.mosaic.lib.math.Vector3d-">isFuzzyEqual</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;other)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#isLeftOfLine-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">isLeftOfLine</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;linePoint,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;lineDirection)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#isLeftOfLine-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">isLeftOfLine</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;linePoint,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;lineDirection,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;up)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#multiply-double-org.eclipse.mosaic.lib.math.Vector3d-">multiply</a></span>(double&nbsp;f,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix3d.html#multiply-org.eclipse.mosaic.lib.math.Vector3d-">multiply</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix3d.html#multiply-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">multiply</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">VectorUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/VectorUtils.html#nearestPointOnLine-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">nearestPointOnLine</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;linePt1,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;linePt2,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#norm-org.eclipse.mosaic.lib.math.Vector3d-">norm</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix4d.html" title="class in org.eclipse.mosaic.lib.math">Matrix4d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix4d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix4d.html#rotate-double-org.eclipse.mosaic.lib.math.Vector3d-">rotate</a></span>(double&nbsp;angleDeg,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;axis)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#rotate-double-org.eclipse.mosaic.lib.math.Vector3d-">rotate</a></span>(double&nbsp;angle,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;axis)</code>
<div class="block">Rotates this vector by the specified angle (in radians) around the given axis.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#rotateDeg-double-org.eclipse.mosaic.lib.math.Vector3d-">rotateDeg</a></span>(double&nbsp;angleDeg,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;axis)</code>
<div class="block">Rotates this vector by the specified angle (in degrees) around the given axis.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#scale-org.eclipse.mosaic.lib.math.Vector3d-">scale</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;scale)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#scale-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">scale</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;scale,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#set-org.eclipse.mosaic.lib.math.Vector3d-">set</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#subtract-org.eclipse.mosaic.lib.math.Vector3d-">subtract</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Vector3d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#subtract-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">subtract</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix4d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix4d.html#transform-org.eclipse.mosaic.lib.math.Vector3d-double-">transform</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vec3,
double&nbsp;w)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix4d.html" title="class in org.eclipse.mosaic.lib.math">Matrix4d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Matrix4d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Matrix4d.html#translate-org.eclipse.mosaic.lib.math.Vector3d-">translate</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;t)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/eclipse/mosaic/lib/math/package-summary.html">org.eclipse.mosaic.lib.math</a> with parameters of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html#Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">Vector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;v)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.eclipse.mosaic.lib.spatial">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a> in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> with type parameters of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="class in org.eclipse.mosaic.lib.spatial">Edge</a>&lt;T extends <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;</span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html" title="class in org.eclipse.mosaic.lib.spatial">LineString</a>&lt;T extends <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;</span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.PointAdapter.html" title="class in org.eclipse.mosaic.lib.spatial">SpatialItemAdapter.PointAdapter</a>&lt;T extends <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;</span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> declared as <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="type parameter in Edge">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#a">a</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="type parameter in Edge">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#b">b</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialTreeTraverser.CenterDistanceBased.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.CenterDistanceBased.html#center">center</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#center">center</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#direction">direction</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#max">max</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#min">min</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Plane.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Plane.html#n">n</a></span></code>
<div class="block">Plane normal vector</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#origin">origin</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Plane.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Plane.html#p">p</a></span></code>
<div class="block">Plane origin</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#size">size</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> that return <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialItemAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html#getCenter-T-org.eclipse.mosaic.lib.math.Vector3d-">getCenter</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html" title="type parameter in SpatialItemAdapter">T</a>&nbsp;item,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getClosestPointOnPath-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getClosestPointOnPath</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getDirectionAt-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getDirectionAt</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getEndDirection-org.eclipse.mosaic.lib.math.Vector3d-">getEndDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialItemAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html#getMax-T-org.eclipse.mosaic.lib.math.Vector3d-">getMax</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html" title="type parameter in SpatialItemAdapter">T</a>&nbsp;item,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialItemAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html#getMin-T-org.eclipse.mosaic.lib.math.Vector3d-">getMin</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html" title="type parameter in SpatialItemAdapter">T</a>&nbsp;item,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.spatial.Edge-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="class in org.eclipse.mosaic.lib.spatial">Edge</a>&lt;?&gt;&nbsp;otherEdge)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.spatial.Edge-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="class in org.eclipse.mosaic.lib.spatial">Edge</a>&lt;?&gt;&nbsp;otherEdge,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.spatial.Ray-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html" title="class in org.eclipse.mosaic.lib.spatial">Ray</a>&nbsp;ray)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.spatial.Ray-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html" title="class in org.eclipse.mosaic.lib.spatial">Ray</a>&nbsp;ray,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#getNearestPointOnRay-org.eclipse.mosaic.lib.spatial.Edge-">getNearestPointOnRay</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="class in org.eclipse.mosaic.lib.spatial">Edge</a>&lt;?&gt;&nbsp;edge)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#getNearestPointOnRay-org.eclipse.mosaic.lib.spatial.Edge-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnRay</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="class in org.eclipse.mosaic.lib.spatial">Edge</a>&lt;?&gt;&nbsp;edge,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#getNearestPointOnRay-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnRay</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#getNearestPointOnRay-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnRay</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getOrthoDirectionAt-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getOrthoDirectionAt</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getPointAtPosition-double-org.eclipse.mosaic.lib.math.Vector3d-">getPointAtPosition</a></span>(double&nbsp;position,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getStartDirection-org.eclipse.mosaic.lib.math.Vector3d-">getStartDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.Vecs.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.Vecs.html#newPoint--">newPoint</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialTreeTraverser.InCartesianPolygon.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.InCartesianPolygon.html#toVector3d-org.eclipse.mosaic.lib.geo.CartesianPoint-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/CartesianPoint.html" title="interface in org.eclipse.mosaic.lib.geo">CartesianPoint</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialTreeTraverser.InGeoPolygon.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.InGeoPolygon.html#toVector3d-org.eclipse.mosaic.lib.geo.GeoPoint-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialTreeTraverser.InPolygon.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.InPolygon.html#toVector3d-P-">toVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.InPolygon.html" title="type parameter in SpatialTreeTraverser.InPolygon">P</a>&nbsp;point)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> that return types with arguments of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">QuickHull2d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/QuickHull2d.html#computeConvexHull-java.util.ArrayList-">computeConvexHull</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;&nbsp;points)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> with parameters of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#add-org.eclipse.mosaic.lib.math.Vector3d-">add</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Plane.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Plane.html#computeIntersectionPoint-org.eclipse.mosaic.lib.spatial.Ray-org.eclipse.mosaic.lib.math.Vector3d-">computeIntersectionPoint</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html" title="class in org.eclipse.mosaic.lib.spatial">Ray</a>&nbsp;ray,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Computes the intersection point of this plane and the specified ray.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Plane.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Plane.html#contains-org.eclipse.mosaic.lib.math.Vector3d-">contains</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#contains-org.eclipse.mosaic.lib.math.Vector3d-">contains</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;pt)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#containsFuzzy-org.eclipse.mosaic.lib.math.Vector3d-">containsFuzzy</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;pt)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#distanceSqrToPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceSqrToPoint</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;pt)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#distanceToPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceToPoint</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;pt)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialItemAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html#getCenter-T-org.eclipse.mosaic.lib.math.Vector3d-">getCenter</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html" title="type parameter in SpatialItemAdapter">T</a>&nbsp;item,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getClosestPointOnPath-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getClosestPointOnPath</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getDirectionAt-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getDirectionAt</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getDistance-org.eclipse.mosaic.lib.math.Vector3d-">getDistance</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;pt)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getDistanceToPoint-org.eclipse.mosaic.lib.math.Vector3d-">getDistanceToPoint</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getEndDirection-org.eclipse.mosaic.lib.math.Vector3d-">getEndDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getIntersectionPointXZ-org.eclipse.mosaic.lib.spatial.LineString-org.eclipse.mosaic.lib.math.Vector3d-">getIntersectionPointXZ</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html" title="class in org.eclipse.mosaic.lib.spatial">LineString</a>&lt;?&gt;&nbsp;other,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getLowerIndex-org.eclipse.mosaic.lib.math.Vector3d-">getLowerIndex</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html" title="type parameter in LineString">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getLowerPoint-org.eclipse.mosaic.lib.math.Vector3d-">getLowerPoint</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialItemAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html#getMax-T-org.eclipse.mosaic.lib.math.Vector3d-">getMax</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html" title="type parameter in SpatialItemAdapter">T</a>&nbsp;item,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SpatialItemAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html#getMin-T-org.eclipse.mosaic.lib.math.Vector3d-">getMin</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialItemAdapter.html" title="type parameter in SpatialItemAdapter">T</a>&nbsp;item,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.spatial.Edge-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="class in org.eclipse.mosaic.lib.spatial">Edge</a>&lt;?&gt;&nbsp;otherEdge,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.spatial.Ray-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html" title="class in org.eclipse.mosaic.lib.spatial">Ray</a>&nbsp;ray,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#getNearestPointOnEdge-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#getNearestPointOnRay-org.eclipse.mosaic.lib.spatial.Edge-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnRay</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html" title="class in org.eclipse.mosaic.lib.spatial">Edge</a>&lt;?&gt;&nbsp;edge,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#getNearestPointOnRay-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnRay</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#getNearestPointOnRay-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getNearestPointOnRay</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getOrthoDirectionAt-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">getOrthoDirectionAt</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getPointAtPosition-double-org.eclipse.mosaic.lib.math.Vector3d-">getPointAtPosition</a></span>(double&nbsp;position,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getPosition-org.eclipse.mosaic.lib.math.Vector3d-">getPosition</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LineString.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.html#getStartDirection-org.eclipse.mosaic.lib.math.Vector3d-">getStartDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Ray.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#intersectsLineSegmentXZ-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">intersectsLineSegmentXZ</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;lineStart,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;lineEnd)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Plane.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Plane.html#isAbove-org.eclipse.mosaic.lib.math.Vector3d-">isAbove</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;point)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#isLeftOfEdge-org.eclipse.mosaic.lib.math.Vector3d-">isLeftOfEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Edge.html#isLeftOfEdge-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">isLeftOfEdge</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;queryPt,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;up)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">SpatialTreeTraverser.CenterDistanceBased.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.CenterDistanceBased.html#setCenter-org.eclipse.mosaic.lib.math.Vector3d-">setCenter</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;center)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.Nearest.html" title="class in org.eclipse.mosaic.lib.spatial">SpatialTreeTraverser.Nearest</a>&lt;<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.Nearest.html" title="type parameter in SpatialTreeTraverser.Nearest">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SpatialTreeTraverser.Nearest.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.Nearest.html#setup-org.eclipse.mosaic.lib.math.Vector3d-">setup</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;center)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.InRadius.html" title="class in org.eclipse.mosaic.lib.spatial">SpatialTreeTraverser.InRadius</a>&lt;<a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.InRadius.html" title="type parameter in SpatialTreeTraverser.InRadius">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">SpatialTreeTraverser.InRadius.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/SpatialTreeTraverser.InRadius.html#setup-org.eclipse.mosaic.lib.math.Vector3d-double-">setup</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;center,
double&nbsp;radius)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> with type arguments of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#add-java.util.List-">add</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;&nbsp;points)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">BoundingBox.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/BoundingBox.html#add-java.util.stream.Stream-">add</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream">Stream</a>&lt;? extends <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;&nbsp;points)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">QuickHull2d.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/QuickHull2d.html#computeConvexHull-java.util.ArrayList-">computeConvexHull</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;&nbsp;points)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> with parameters of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Plane.html#Plane-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">Plane</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;p,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;n)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/Ray.html#Ray-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.math.Vector3d-">Ray</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;origin,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;direction)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../../org/eclipse/mosaic/lib/spatial/package-summary.html">org.eclipse.mosaic.lib.spatial</a> with type arguments of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.Vecs.html#Vecs-java.util.List-">Vecs</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;&nbsp;copyFrom)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/spatial/LineString.Vecs.html#Vecs-java.util.stream.Stream-">Vecs</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream">Stream</a>&lt;? extends <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&gt;&nbsp;vecs)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.eclipse.mosaic.lib.transform">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a> in <a href="../../../../../../org/eclipse/mosaic/lib/transform/package-summary.html">org.eclipse.mosaic.lib.transform</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/transform/package-summary.html">org.eclipse.mosaic.lib.transform</a> that return <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SansonFlamsteedCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/SansonFlamsteedCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">UtmGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/UtmGeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SimpleGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/SimpleGeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">HarvesineGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/HarvesineGeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#geographicToVector-org.eclipse.mosaic.lib.geo.GeoPoint-">geographicToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;geographic)</code>
<div class="block">Converts a geographic WGS84 coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo"><code>GeoPoint</code></a> into local coordinates coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LazyGeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/LazyGeoProjection.html#geographicToVector-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">geographicToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;geoPoint,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector3d)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#geographicToVector-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">geographicToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;geographic,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Converts a geographic WGS84 coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo"><code>GeoPoint</code></a> into local coordinates coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Wgs84Projection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/Wgs84Projection.html#geographicToVector-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">geographicToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;geographic,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#utmToVector-org.eclipse.mosaic.lib.geo.UtmPoint-">utmToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a>&nbsp;utm)</code>
<div class="block">Converts a cartesian world coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo"><code>UtmPoint</code></a> into local coordinates coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LazyGeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/LazyGeoProjection.html#utmToVector-org.eclipse.mosaic.lib.geo.UtmPoint-org.eclipse.mosaic.lib.math.Vector3d-">utmToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a>&nbsp;utmPoint,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector3d)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#utmToVector-org.eclipse.mosaic.lib.geo.UtmPoint-org.eclipse.mosaic.lib.math.Vector3d-">utmToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a>&nbsp;utm,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Converts a cartesian world coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo"><code>UtmPoint</code></a> into local coordinates coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Wgs84Projection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/Wgs84Projection.html#utmToVector-org.eclipse.mosaic.lib.geo.UtmPoint-org.eclipse.mosaic.lib.math.Vector3d-">utmToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a>&nbsp;utm,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/eclipse/mosaic/lib/transform/package-summary.html">org.eclipse.mosaic.lib.transform</a> with parameters of type <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SansonFlamsteedCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/SansonFlamsteedCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">UtmGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/UtmGeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">SimpleGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/SimpleGeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">HarvesineGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/HarvesineGeoCalculator.html#distanceBetween-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">distanceBetween</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;a,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;b,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LazyGeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/LazyGeoProjection.html#geographicToVector-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">geographicToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;geoPoint,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector3d)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#geographicToVector-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">geographicToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;geographic,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Converts a geographic WGS84 coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo"><code>GeoPoint</code></a> into local coordinates coordinates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Wgs84Projection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/Wgs84Projection.html#geographicToVector-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-">geographicToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;geographic,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html" title="class in org.eclipse.mosaic.lib.transform">GeoProjection</a></code></td>
<td class="colLast"><span class="typeNameLabel">LazyGeoProjection.ProjectionFactory.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/LazyGeoProjection.ProjectionFactory.html#initializeFromVector3d-org.eclipse.mosaic.lib.math.Vector3d-">initializeFromVector3d</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;origin)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">SansonFlamsteedCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/SansonFlamsteedCalculator.html#pointFromDirection-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">pointFromDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;src,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;direction,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">UtmGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/UtmGeoCalculator.html#pointFromDirection-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">pointFromDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;origin,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;direction,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">SimpleGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/SimpleGeoCalculator.html#pointFromDirection-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">pointFromDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;src,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;direction,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoCalculator.html#pointFromDirection-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">pointFromDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;origin,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;direction,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">HarvesineGeoCalculator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/HarvesineGeoCalculator.html#pointFromDirection-org.eclipse.mosaic.lib.geo.GeoPoint-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">pointFromDirection</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a>&nbsp;origin,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;direction,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">LazyGeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/LazyGeoProjection.html#utmToVector-org.eclipse.mosaic.lib.geo.UtmPoint-org.eclipse.mosaic.lib.math.Vector3d-">utmToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a>&nbsp;utmPoint,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector3d)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#utmToVector-org.eclipse.mosaic.lib.geo.UtmPoint-org.eclipse.mosaic.lib.math.Vector3d-">utmToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a>&nbsp;utm,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>
<div class="block">Converts a cartesian world coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo"><code>UtmPoint</code></a> into local coordinates coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a></code></td>
<td class="colLast"><span class="typeNameLabel">Wgs84Projection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/Wgs84Projection.html#utmToVector-org.eclipse.mosaic.lib.geo.UtmPoint-org.eclipse.mosaic.lib.math.Vector3d-">utmToVector</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a>&nbsp;utm,
<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/GeoPoint.html" title="interface in org.eclipse.mosaic.lib.geo">GeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#vectorToGeographic-org.eclipse.mosaic.lib.math.Vector3d-">vectorToGeographic</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector)</code>
<div class="block">Converts a local coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math"><code>Vector3d</code></a> to geographic WGS84 coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">LazyGeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/LazyGeoProjection.html#vectorToGeographic-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">vectorToGeographic</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector3d,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;mutableGeoPoint)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#vectorToGeographic-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">vectorToGeographic</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;result)</code>
<div class="block">Converts a local coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math"><code>Vector3d</code></a> to geographic WGS84 coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">Wgs84Projection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/Wgs84Projection.html#vectorToGeographic-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableGeoPoint-">vectorToGeographic</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector3d,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableGeoPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableGeoPoint</a>&nbsp;result)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/UtmPoint.html" title="interface in org.eclipse.mosaic.lib.geo">UtmPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#vectorToUtm-org.eclipse.mosaic.lib.math.Vector3d-">vectorToUtm</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector)</code>
<div class="block">Converts a local coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math"><code>Vector3d</code></a> into UTM coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableUtmPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">LazyGeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/LazyGeoProjection.html#vectorToUtm-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableUtmPoint-">vectorToUtm</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector3d,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableUtmPoint</a>&nbsp;mutableUtmPoint)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableUtmPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">GeoProjection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/GeoProjection.html#vectorToUtm-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableUtmPoint-">vectorToUtm</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableUtmPoint</a>&nbsp;result)</code>
<div class="block">Converts a local coordinate depicted by a <a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math"><code>Vector3d</code></a> into UTM coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableUtmPoint</a></code></td>
<td class="colLast"><span class="typeNameLabel">Wgs84Projection.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/mosaic/lib/transform/Wgs84Projection.html#vectorToUtm-org.eclipse.mosaic.lib.math.Vector3d-org.eclipse.mosaic.lib.geo.MutableUtmPoint-">vectorToUtm</a></span>(<a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Vector3d</a>&nbsp;vector,
<a href="../../../../../../org/eclipse/mosaic/lib/geo/MutableUtmPoint.html" title="class in org.eclipse.mosaic.lib.geo">MutableUtmPoint</a>&nbsp;result)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</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="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/eclipse/mosaic/lib/math/Vector3d.html" title="class in org.eclipse.mosaic.lib.math">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/mosaic/lib/math/class-use/Vector3d.html" target="_top">Frames</a></li>
<li><a href="Vector3d.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 ======= -->
<p class="legalCopy"><small>Copyright &#169; 2020&#x2013;2021 <a href="https://www.fokus.fraunhofer.de/">Fraunhofer FOKUS</a>. All rights reserved.</small></p>
</body>
</html>