You are here: Start » AVL.NET » AVS.CircleThroughPoints3D Method

AVS.CircleThroughPoints3D Method

Computes a circle in 3D passing through three noncollinear 3D points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CircleThroughPoints3D
(
	AvlNet.Point3D inPoint1,
	AvlNet.Point3D inPoint2,
	AvlNet.Point3D inPoint3,
	INullable<AvlNet.Circle3D> outCircle3D
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point3D
inPoint2AvlNet.Point3D
inPoint3AvlNet.Point3D
outCircle3DAvlNet.INullable<AvlNet.Circle3D>Circle in 3D passing through the specified 3D points; or Nil if the points are collinear. This parameter cannot be null.

See also