Click or drag to resize
Ab4d.SharpEngine logo

SceneViewPoints3DTo2D(Span`1, Void, Vector3, Span`1, Void) Method


Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public bool Points3DTo2D(
	Span points3D,
	void points2D,
	Vector3 transform = default,
	Span adjustByDpiScale = false,
	void useParallelFor = false
)

Parameters

points3D  Span
 
points2D  Void
 
transform  Vector3  (Optional)
 
adjustByDpiScale  Span  (Optional)
 
useParallelFor  Void  (Optional)
 

Return Value

Boolean

[Missing <returns> documentation for "M:Ab4d.SharpEngine.SceneView.Points3DTo2D(System.Span`1,System.Void,System.Numerics.Vector3,System.Span`1,System.Void)"]

See Also