Click or drag to resize

CurveConveyorComputeTrapezoidExtrudedSectionPoints Method (Vector2, Double, Double, Double)

[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: 15.0.2.11458
Syntax
C#
protected Vector3[] ComputeTrapezoidExtrudedSectionPoints(
	Vector2[] profilePoints,
	double startRadians,
	double endRadians,
	double maxStepRadians
)

Parameters

profilePoints
Type: Microsoft.DirectXVector2

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

startRadians
Type: SystemDouble

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

endRadians
Type: SystemDouble

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

maxStepRadians
Type: SystemDouble

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

Return Value

Type: Vector3

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

See Also