SQCSimulator2023/SQCSim2021/external/irrKlang-64bit-1.6.0/doc/dotnet/IrrKlang.Vector3DMethods.html

68 lines
5.1 KiB
HTML
Raw Normal View History

<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Vector3D Methods</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">IrrKlang.NET</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">Vector3D<EFBFBD>Methods</h1>
</div>
</div>
<div id="nstext">
<p>The methods of the <b>Vector3D</b> structure are listed below. For a complete list of <b>Vector3D</b> structure members, see the <a href="IrrKlang.Vector3DMembers.html">Vector3D Members</a> topic.</p>
<h4 class="dtH4">Public Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.CrossProduct.html">CrossProduct</a></td><td width="50%"> Returns cross product with an other vector</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.DotProduct.html">DotProduct</a></td><td width="50%"> Returns the dot product with another vector. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.Equals.html">Equals</a></td><td width="50%"> Compares the vector to another vector. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.GetDistanceFrom.html">GetDistanceFrom</a></td><td width="50%"> Returns distance from an other point. Here, the vector is interpreted as point in 3 dimensional space. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.GetDistanceFromSQ.html">GetDistanceFromSQ</a></td><td width="50%"> Returns squared distance from an other point. Here, the vector is interpreted as point in 3 dimensional space. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemValueTypeClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>ValueType</b>)</td><td width="50%">
Returns the hash code for this instance.
</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.GetInterpolated.html">GetInterpolated</a></td><td width="50%"> returns interpolated vector </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.GetLength.html">GetLength</a></td><td width="50%"> Returns length of the vector. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.GetLengthSQ.html">GetLengthSQ</a></td><td width="50%"> Returns squared length of the vector. This is useful because it is much faster then GetLength(). </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">
Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.
</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.Invert.html">Invert</a></td><td width="50%"> Inverts the vector. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.IsBetweenPoints.html">IsBetweenPoints</a></td><td width="50%"> Returns if the point represented by this vector is between to points</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.Normalize.html">Normalize</a></td><td width="50%"> Normalizes the vector. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.Set_overloads.html">Set</a></td><td width="50%">Overloaded. <20></td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.SetLength.html">SetLength</a></td><td width="50%"> Sets the lenght of the vector to a new value </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="IrrKlang.Vector3D.ToString.html">ToString</a></td><td width="50%"><EFBFBD></td></tr></table>
</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="IrrKlang.Vector3D.html">Vector3D Class</a> | <a href="IrrKlang.html">IrrKlang Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="Vector3D structure, methods">
</param>
</object>
<hr />
<div id="footer">
<p>
<a>The irrKlang Sound Engine Documentation <20> 2003-2010 by Nikolaus Gebhardt.</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html>