Click or drag to resize
Ab4d.SharpEngine logo

EllipseLineNodeFillArc3DPoints Method

FillArc3DPoints method fills the specified positions array with positions that define the 3D line arc. The length of the array must be the same as segments count + 1.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public static void FillArc3DPoints(
	Vector3 centerPosition,
	Vector3 normalDirection,
	Vector3? zeroAngleDirection,
	float xRadius,
	float yRadius,
	float startAngle,
	float endAngle,
	int segments,
	Vector3[] positions
)

Parameters

centerPosition  Vector3
normalDirection  Vector3
zeroAngleDirection  NullableVector3
xRadius  Single
yRadius  Single
startAngle  Single
endAngle  Single
segments  Int32
positions  Vector3
Exceptions
ExceptionCondition
ArgumentExceptionwhen the length of the array is not segments count + 1
See Also