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: 19.00.00
Syntax
C#
public bool GetClosestFace(
	out Vector3 center,
	out Vector3 normal,
	out Vector3[] vertices
)

Parameters

center  Vector3

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

normal  Vector3

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

vertices  Vector3

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

Return Value

Boolean

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

See Also