Click or drag to resize

BezierArithmeticSplitMetafileCommandByLength Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommandByLength(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,GlmSharp.dmat4,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static void SplitMetafileCommandByLength(
	double length,
	BaseMetafileCommand command,
	dmat4 transformation,
	double delta,
	out BaseMetafileCommand left,
	out BaseMetafileCommand right
)

Parameters

length  Double

[Missing <param name="length"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommandByLength(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,GlmSharp.dmat4,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

command  BaseMetafileCommand

[Missing <param name="command"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommandByLength(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,GlmSharp.dmat4,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

transformation  dmat4

[Missing <param name="transformation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommandByLength(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,GlmSharp.dmat4,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

delta  Double

[Missing <param name="delta"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommandByLength(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,GlmSharp.dmat4,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

left  BaseMetafileCommand

[Missing <param name="left"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommandByLength(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,GlmSharp.dmat4,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

right  BaseMetafileCommand

[Missing <param name="right"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.SplitMetafileCommandByLength(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,GlmSharp.dmat4,System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand@)"]

See Also