Click or drag to resize

BezierArithmeticGetPoint Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.GetPoint(System.Double,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 dvec3 GetPoint(
	double t,
	BaseMetafileCommand command
)

Parameters

t  Double

[Missing <param name="t"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.GetPoint(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand)"]

command  BaseMetafileCommand

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

Return Value

dvec3

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.GetPoint(System.Double,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand)"]

See Also