Click or drag to resize

CurveConveyorComputeTrapezoidExtrudedSectionPoints(Vector2, Double, Double, Double) Method

[Missing <summary> documentation for "M:Demo3D.Visuals.CurveConveyor.ComputeTrapezoidExtrudedSectionPoints(Microsoft.DirectX.Vector2[],System.Double,System.Double,System.Double)"]


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
protected Vector3[] ComputeTrapezoidExtrudedSectionPoints(
	Vector2[] profilePoints,
	double startRadians,
	double endRadians,
	double maxStepRadians
)

Parameters

profilePoints  Vector2

[Missing <param name="profilePoints"/> documentation for "M:Demo3D.Visuals.CurveConveyor.ComputeTrapezoidExtrudedSectionPoints(Microsoft.DirectX.Vector2[],System.Double,System.Double,System.Double)"]

startRadians  Double

[Missing <param name="startRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.ComputeTrapezoidExtrudedSectionPoints(Microsoft.DirectX.Vector2[],System.Double,System.Double,System.Double)"]

endRadians  Double

[Missing <param name="endRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.ComputeTrapezoidExtrudedSectionPoints(Microsoft.DirectX.Vector2[],System.Double,System.Double,System.Double)"]

maxStepRadians  Double

[Missing <param name="maxStepRadians"/> documentation for "M:Demo3D.Visuals.CurveConveyor.ComputeTrapezoidExtrudedSectionPoints(Microsoft.DirectX.Vector2[],System.Double,System.Double,System.Double)"]

Return Value

Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.CurveConveyor.ComputeTrapezoidExtrudedSectionPoints(Microsoft.DirectX.Vector2[],System.Double,System.Double,System.Double)"]

See Also