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: 19.00.00
Syntax
C#
public bool GetClosestNormal(
	out Vector3 from,
	out Vector3 to
)

Parameters

from  Vector3

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

to  Vector3

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

Return Value

Boolean

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

See Also