Click or drag to resize

PickInfoGetClosestFace Method

[Missing <summary> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestFace(Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3[]@)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool GetClosestFace(
	out Vector3 center,
	out Vector3 normal,
	out Vector3[] vertices
)

Parameters

center
Type: Microsoft.DirectXVector3

[Missing <param name="center"/> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestFace(Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3[]@)"]

normal
Type: Microsoft.DirectXVector3

[Missing <param name="normal"/> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestFace(Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3[]@)"]

vertices
Type: Microsoft.DirectXVector3

[Missing <param name="vertices"/> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestFace(Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3[]@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestFace(Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3@,Microsoft.DirectX.Vector3[]@)"]

See Also