Click or drag to resize

PickInfoGetClosestNormal Method

[Missing <summary> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestNormal(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 GetClosestNormal(
	out Vector3 from,
	out Vector3 to
)

Parameters

from
Type: Microsoft.DirectXVector3

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

to
Type: Microsoft.DirectXVector3

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

Return Value

Type: Boolean

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

See Also