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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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