<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=IsPointWithinColshape</id>
	<title>IsPointWithinColshape - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=IsPointWithinColshape"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=IsPointWithinColshape&amp;action=history"/>
	<updated>2026-07-18T13:52:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=IsPointWithinColshape&amp;diff=18713&amp;oldid=prev</id>
		<title>Xabi: Created page with &quot;Checks whether a point is into the given colshape.   {{CSharpContainer| {{#tag:syntaxhighlight|ColShape {{Template:CSharp_Serverside_namespace}}ColShape.IsPointWithinColshape(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=IsPointWithinColshape&amp;diff=18713&amp;oldid=prev"/>
		<updated>2019-11-28T18:26:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Checks whether a point is into the given colshape.   {{CSharpContainer| {{#tag:syntaxhighlight|ColShape {{Template:CSharp_Serverside_namespace}}ColShape.IsPointWithinColshape(...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Checks whether a point is into the given colshape.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:syntaxhighlight|ColShape {{Template:CSharp_Serverside_namespace}}ColShape.IsPointWithinColshape(ColShape colShape, Vector3 point);|lang=csharp}}&lt;br /&gt;
&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;colShape:&amp;#039;&amp;#039;&amp;#039; parameter input should be in &amp;#039;&amp;#039;&amp;#039;ColShape&amp;#039;&amp;#039;&amp;#039; type&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;point:&amp;#039;&amp;#039;&amp;#039; parameter input should be in &amp;#039;&amp;#039;&amp;#039;Vector3&amp;#039;&amp;#039;&amp;#039; type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
[Command(&amp;quot;incolshape&amp;quot;)]&lt;br /&gt;
public void InColshapeCommand(Client player)&lt;br /&gt;
{&lt;br /&gt;
    ColShape cylinder = {{Template:CSharp_Serverside_namespace}}ColShape.CreateCylinderColShape(new Vector3(), 10.0f, 5.0f);&lt;br /&gt;
    bool pointInside = {{Template:CSharp_Serverside_namespace}}ColShape.IsPointWithinColshape(cylinder, player.Position);&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Xabi</name></author>
	</entry>
</feed>