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: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
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