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: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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