Click or drag to resize

VectorGraphicEngineOptimizeVectors Method

Optimizes all vectors contained in the engine.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void OptimizeVectors(
	OptimizationSettings optimizationSettings,
	dmat4 transformation,
	double motfAngle = 0
)

Parameters

optimizationSettings  OptimizationSettings
Settings for optimization.
transformation  dmat4
Transformation of the job element.
motfAngle  Double  (Optional)
Mark on the fly belt direction.
See Also