Click or drag to resize

EllipseArithmeticSplitMetafileCommandByLength Method

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


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,
	EllipseToMetafileCommand command,
	dmat4 transformation,
	double delta,
	out EllipseToMetafileCommand splitEllipse0,
	out EllipseToMetafileCommand splitEllipse1
)

Parameters

length  Double

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

command  EllipseToMetafileCommand

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

transformation  dmat4

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

delta  Double

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

splitEllipse0  EllipseToMetafileCommand

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

splitEllipse1  EllipseToMetafileCommand

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

See Also