Click or drag to resize

VectorGraphicOptimizerSegment Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.Segment(RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer,GlmSharp.dmat4,System.Double,System.Double)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void Segment(
	VectorGraphicLayer layer,
	dmat4 transformation,
	double angle,
	double range
)

Parameters

layer  VectorGraphicLayer

[Missing <param name="layer"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.Segment(RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer,GlmSharp.dmat4,System.Double,System.Double)"]

transformation  dmat4

[Missing <param name="transformation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.Segment(RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer,GlmSharp.dmat4,System.Double,System.Double)"]

angle  Double

[Missing <param name="angle"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.Segment(RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer,GlmSharp.dmat4,System.Double,System.Double)"]

range  Double

[Missing <param name="range"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.Segment(RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer,GlmSharp.dmat4,System.Double,System.Double)"]

See Also