Click or drag to resize

NurbsAspectScreenCoordinates Method (Vector3)

[Missing <summary> documentation for "M:Demo3D.Components.NurbsAspect.ScreenCoordinates(Microsoft.DirectX.Vector3)"]

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Point ScreenCoordinates(
	Vector3 worldCoordinates
)

Parameters

worldCoordinates
Type: Microsoft.DirectXVector3

[Missing <param name="worldCoordinates"/> documentation for "M:Demo3D.Components.NurbsAspect.ScreenCoordinates(Microsoft.DirectX.Vector3)"]

Return Value

Type: Point

[Missing <returns> documentation for "M:Demo3D.Components.NurbsAspect.ScreenCoordinates(Microsoft.DirectX.Vector3)"]

See Also