[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Geometry.Ray.Intersects(Mogware.VisualStudio.ColladaNet.Geometry.Polygon,Microsoft.DirectX.Vector3@)]

Namespace:  Mogware.VisualStudio.ColladaNet.Geometry
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public bool Intersects(
	Polygon polygon,
	ref Vector3 intersection
)
Visual Basic (Declaration)
Public Function Intersects ( _
	polygon As Polygon, _
	ByRef intersection As Vector3 _
) As Boolean
Visual C++
public:
bool Intersects(
	Polygon^ polygon, 
	Vector3% intersection
)

Parameters

polygon
Type: Mogware.VisualStudio.ColladaNet.Geometry..::.Polygon

[Missing <param name="polygon"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Ray.Intersects(Mogware.VisualStudio.ColladaNet.Geometry.Polygon,Microsoft.DirectX.Vector3@)"]

intersection
Type: Vector3 %

[Missing <param name="intersection"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Ray.Intersects(Mogware.VisualStudio.ColladaNet.Geometry.Polygon,Microsoft.DirectX.Vector3@)"]

Return Value

[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.Geometry.Ray.Intersects(Mogware.VisualStudio.ColladaNet.Geometry.Polygon,Microsoft.DirectX.Vector3@)]

See Also