A Sandcastle Documented Class Library
Intersects Method (polygon, intersection)
NamespacesCollada.GeometryRayIntersects(Polygon, Vector3%)

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

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

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

intersection ( Vector3 %)

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

Return Value

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

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)