%PDF- %PDF-
| Direktori : /usr/share/doc/imath-devel/html/functions/ |
| Current File : //usr/share/doc/imath-devel/html/functions/frame.html |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frame Functions — Imath Documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/bizstyle.css" type="text/css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../_static/bizstyle.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="GL Functions" href="gl.html" />
<link rel="prev" title="Color Functions" href="color.html" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!--[if lt IE 9]>
<script src="_static/css3-mediaqueries.js"></script>
<![endif]-->
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="gl.html" title="GL Functions"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="color.html" title="Color Functions"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">Imath</a> »</li>
<li class="nav-item nav-item-this"><a href="">Frame Functions</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="frame-functions">
<span id="id1"></span><h1>Frame Functions<a class="headerlink" href="#frame-functions" title="Permalink to this headline">¶</a></h1>
<p>Functions to compute coordinate frames.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1">#include <Imath/ImathFrame.h></span>
</pre></div>
</div>
<dl class="cpp function">
<dt id="_CPPv4I0EN5Imath10firstFrameE8Matrix44I1TERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE">
<span id="_CPPv3I0EN5Imath10firstFrameERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE"></span><span id="_CPPv2I0EN5Imath10firstFrameERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE"></span>template<class <code class="sig-name descname">T</code>><br /><span class="target" id="_imath_frame_8h_1a7af07fdeaf3bdb5d5584cde475fc4208"></span><em class="property">constexpr</em> <a class="reference internal" href="../classes/Matrix44.html#_CPPv4I0EN5Imath8Matrix44E" title="Imath::Matrix44">Matrix44</a><<a class="reference internal" href="#_CPPv4I0EN5Imath10firstFrameE8Matrix44I1TERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::firstFrame::T">T</a>> <code class="sig-prename descclassname">Imath<code class="sig-prename descclassname">::</code></code><code class="sig-name descname">firstFrame</code><span class="sig-paren">(</span><em class="property">const</em> <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath10firstFrameE8Matrix44I1TERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::firstFrame::T">T</a>> &<em>pi</em>, <em class="property">const</em> <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath10firstFrameE8Matrix44I1TERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::firstFrame::T">T</a>> &<em>pj</em>, <em class="property">const</em> <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath10firstFrameE8Matrix44I1TERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::firstFrame::T">T</a>> &<em>pk</em><span class="sig-paren">)</span> <em class="property">noexcept</em><a class="headerlink" href="#_CPPv4I0EN5Imath10firstFrameE8Matrix44I1TERK4Vec3I1TERK4Vec3I1TERK4Vec3I1TE" title="Permalink to this definition">¶</a><br /></dt>
<dd><p>Compute the first reference frame along a curve. </p>
<p>This function returns the transformation matrix to the reference frame defined by the three points <code class="docutils literal notranslate"><span class="pre">pi</span></code>, <code class="docutils literal notranslate"><span class="pre">pj</span></code> and <code class="docutils literal notranslate"><span class="pre">pk</span></code>. Note that if the two vectors <<code class="docutils literal notranslate"><span class="pre">pi</span></code>,<code class="docutils literal notranslate"><span class="pre">pj</span></code>> and <<code class="docutils literal notranslate"><span class="pre">pi</span></code>,<code class="docutils literal notranslate"><span class="pre">pk</span></code>> are colinears, an arbitrary twist value will be choosen.</p>
<p>Throw <code class="docutils literal notranslate"><span class="pre">std::domain_error</span></code> if <code class="docutils literal notranslate"><span class="pre">pi</span></code> and <code class="docutils literal notranslate"><span class="pre">pj</span></code> are equal.</p>
<p><dl class="simple">
<dt><strong>Parameters</strong></dt><dd><ul class="breatheparameterlist simple">
<li><p><code class="docutils literal notranslate"><span class="pre">pi</span></code>: First point </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">pj</span></code>: Second point </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">pk</span></code>: Third point </p></li>
</ul>
</dd>
</dl>
</p>
</dd></dl>
<dl class="cpp function">
<dt id="_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE">
<span id="_CPPv3I0EN5Imath9nextFrameERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE"></span><span id="_CPPv2I0EN5Imath9nextFrameERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE"></span>template<class <code class="sig-name descname">T</code>><br /><span class="target" id="_imath_frame_8h_1a84af9e313c9efcca5c27d347f1afdf49"></span><em class="property">constexpr</em> <a class="reference internal" href="../classes/Matrix44.html#_CPPv4I0EN5Imath8Matrix44E" title="Imath::Matrix44">Matrix44</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE" title="Imath::nextFrame::T">T</a>> <code class="sig-prename descclassname">Imath<code class="sig-prename descclassname">::</code></code><code class="sig-name descname">nextFrame</code><span class="sig-paren">(</span><em class="property">const</em> <a class="reference internal" href="../classes/Matrix44.html#_CPPv4I0EN5Imath8Matrix44E" title="Imath::Matrix44">Matrix44</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE" title="Imath::nextFrame::T">T</a>> &<em>Mi</em>, <em class="property">const</em> <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE" title="Imath::nextFrame::T">T</a>> &<em>pi</em>, <em class="property">const</em> <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE" title="Imath::nextFrame::T">T</a>> &<em>pj</em>, <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE" title="Imath::nextFrame::T">T</a>> &<em>ti</em>, <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE" title="Imath::nextFrame::T">T</a>> &<em>tj</em><span class="sig-paren">)</span> <em class="property">noexcept</em><a class="headerlink" href="#_CPPv4I0EN5Imath9nextFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TER4Vec3I1TER4Vec3I1TE" title="Permalink to this definition">¶</a><br /></dt>
<dd><p>Compute the next reference frame along a curve. </p>
<p>This function returns the transformation matrix to the next reference frame defined by the previously computed transformation matrix and the new point and tangent vector along the curve.</p>
<p><dl class="simple">
<dt><strong>Parameters</strong></dt><dd><ul class="breatheparameterlist simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Mi</span></code>: The previous matrix </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">pi</span></code>: The previous point </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">pj</span></code>: The current point </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">ti</span></code>: The previous tangent vector </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">tj</span></code>: The current tangent vector </p></li>
</ul>
</dd>
</dl>
</p>
</dd></dl>
<dl class="cpp function">
<dt id="_CPPv4I0EN5Imath9lastFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE">
<span id="_CPPv3I0EN5Imath9lastFrameERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE"></span><span id="_CPPv2I0EN5Imath9lastFrameERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE"></span>template<class <code class="sig-name descname">T</code>><br /><span class="target" id="_imath_frame_8h_1a1c87d825f9b3ac91bff1691402033ea2"></span><em class="property">constexpr</em> <a class="reference internal" href="../classes/Matrix44.html#_CPPv4I0EN5Imath8Matrix44E" title="Imath::Matrix44">Matrix44</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9lastFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::lastFrame::T">T</a>> <code class="sig-prename descclassname">Imath<code class="sig-prename descclassname">::</code></code><code class="sig-name descname">lastFrame</code><span class="sig-paren">(</span><em class="property">const</em> <a class="reference internal" href="../classes/Matrix44.html#_CPPv4I0EN5Imath8Matrix44E" title="Imath::Matrix44">Matrix44</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9lastFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::lastFrame::T">T</a>> &<em>Mi</em>, <em class="property">const</em> <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9lastFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::lastFrame::T">T</a>> &<em>pi</em>, <em class="property">const</em> <a class="reference internal" href="../classes/Vec3.html#_CPPv4I0EN5Imath4Vec3E" title="Imath::Vec3">Vec3</a><<a class="reference internal" href="#_CPPv4I0EN5Imath9lastFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE" title="Imath::lastFrame::T">T</a>> &<em>pj</em><span class="sig-paren">)</span> <em class="property">noexcept</em><a class="headerlink" href="#_CPPv4I0EN5Imath9lastFrameE8Matrix44I1TERK8Matrix44I1TERK4Vec3I1TERK4Vec3I1TE" title="Permalink to this definition">¶</a><br /></dt>
<dd><p>Compute the last reference frame along a curve. </p>
<p>This function returns the transformation matrix to the last reference frame defined by the previously computed transformation matrix and the last point along the curve.</p>
<p><dl class="simple">
<dt><strong>Parameters</strong></dt><dd><ul class="breatheparameterlist simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Mi</span></code>: The previous matrix </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">pi</span></code>: The previous point </p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">pj</span></code>: The last point </p></li>
</ul>
</dd>
</dl>
</p>
</dd></dl>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/imath-logo-blue.png" alt="Logo"/>
</a></p>
<h4>Previous topic</h4>
<p class="topless"><a href="color.html"
title="previous chapter">Color Functions</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="gl.html"
title="next chapter">GL Functions</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/functions/frame.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="gl.html" title="GL Functions"
>next</a> |</li>
<li class="right" >
<a href="color.html" title="Color Functions"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">Imath</a> »</li>
<li class="nav-item nav-item-this"><a href="">Frame Functions</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2021, Contributors to the OpenEXR Project.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.4.3.
</div>
</body>
</html>