<?xml version=
"1.0" encoding=
"UTF-8" ?>
<!
DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd " >
<
html xmlns=
"http://www.w3.org/1999/xhtml " xml:lang=
"en" >
<
head >
<
title >GAP (NConvex) - Chapter 3: Convex objects</
title >
<
meta http-equiv=
"content-type" content=
"text/html; charset=UTF-8" />
<
meta name=
"generator" content=
"GAPDoc2HTML" />
<
link rel=
"stylesheet" type=
"text/css" href=
"manual.css" />
<
script src=
"manual.js" type=
"text/javascript" ></
script >
<
script type=
"text/javascript" >overwriteStyle();</
script >
</
head >
<
body class=
"chap3" onload=
"jscontent()" >
<
div class=
"chlinktop" ><
span class=
"chlink1" >Goto Chapter: </
span ><a href=
"chap0.html" >Top</a> <a
href="chap1.html" >1</a> <a href="chap2.html" >2</a> <a href="chap3.html" >3</a> <a href="chap4.html" >4</a> <a href="chap5.html" >5</a> <a href="chap6.html" >6</a> <a href="chap7.html" >7</a> <a href="chapInd.html" >Ind</a> </div >
<div class="chlinkprevnexttop" > <a href="chap0.html" >[Top of Book]</a> <a href="chap0.html#contents" >[Contents]</a> <a href="chap2.html" >[Previous Chapter]</a> <a href="chap4.html" >[Next Chapter]</a> </div >
<p id="mathjaxlink" class="pcenter" ><a href="chap3_mj.html" >[MathJax on]</a></p>
<p><a id="X8359268B7FDA6AEC" name="X8359268B7FDA6AEC" ></a></p>
<div class="ChapSects" ><a href="chap3.html#X8359268B7FDA6AEC" >3 <span class="Heading" >Convex objects</span ></a>
<div class="ContSect" ><span class="tocline" ><span class="nocss" > </span ><a href="chap3.html#X7C701DBF7BAE649A" >3.1 <span class="Heading" >Attributes</span ></a>
</span >
<div class="ContSSBlock" >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3.html#X7D87C111848F25C5" >3.1-1 AmbientSpaceDimension</a></span >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3.html#X79D9BB0F7BB3B411" >3.1-2 Dimension</a></span >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3.html#X7E660B6A7B6D0A9D" >3.1-3 IsFullDimensional</a></span >
<span class="ContSS" ><br /><span class="nocss" > </span ><a href="chap3.html#X8401C12C7937C521" >3.1-4 InteriorPoint</a></span >
</div ></div >
</div >
<h3>3 <span class="Heading" >Convex objects</span ></h3>
<p><a id="X7C701DBF7BAE649A" name="X7C701DBF7BAE649A" ></a></p>
<h4>3.1 <span class="Heading" >Attributes</span ></h4>
<p><a id="X7D87C111848F25C5" name="X7D87C111848F25C5" ></a></p>
<h5>3.1-1 AmbientSpaceDimension</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ AmbientSpaceDimension</code >( <var class="Arg" >obj</var > )</td ><td class="tdright" >( attribute )</td ></tr ></table ></div >
<p>Returns: integer</p>
<p>Returns the dimension of the ambient space, i.e., the space that contains the convex object .</p>
<p><a id="X79D9BB0F7BB3B411" name="X79D9BB0F7BB3B411" ></a></p>
<h5>3.1-2 Dimension</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ Dimension</code >( <var class="Arg" >obj</var > )</td ><td class="tdright" >( attribute )</td ></tr ></table ></div >
<p>Returns: integer</p>
<p>Returns the dimension of the covex object .</p>
<p><a id="X7E660B6A7B6D0A9D" name="X7E660B6A7B6D0A9D" ></a></p>
<h5>3.1-3 IsFullDimensional</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ IsFullDimensional</code >( <var class="Arg" >obj</var > )</td ><td class="tdright" >( property )</td ></tr ></table ></div >
<p>Returns: boolian</p>
<p>Returns whether the convex object is full dimensional or not.</p>
<p><a id="X8401C12C7937C521" name="X8401C12C7937C521" ></a></p>
<h5>3.1-4 InteriorPoint</h5>
<div class="func" ><table class="func" width="100%" ><tr ><td class="tdleft" ><code class="func" >‣ InteriorPoint</code >( <var class="Arg" >obj</var > )</td ><td class="tdright" >( attribute )</td ></tr ></table ></div >
<p>Returns: a point in the object </p>
<p>Returns an interior point of the covex object .</p>
<div class="chlinkprevnextbot" > <a href="chap0.html" >[Top of Book]</a> <a href="chap0.html#contents" >[Contents]</a> <a href="chap2.html" >[Previous Chapter]</a> <a href="chap4.html" >[Next Chapter]</a> </div >
<div class="chlinkbot" ><span class="chlink1" >Goto Chapter: </span ><a href="chap0.html" >Top</a> <a href="chap1.html" >1</a> <a href="chap2.html" >2</a> <a href="chap3.html" >3</a> <a href="chap4.html" >4</a> <a href="chap5.html" >5</a> <a href="chap6.html" >6</a> <a href="chap7.html" >7</a> <a href="chapInd.html" >Ind</a> </div >
<hr />
<p class="foot" >generated by <a href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc " >GAPDoc2HTML</a></p>
</body >
</html >
Messung V0.5 C=96 H=97 G=96
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
*© Formatika GbR, Deutschland