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

AVL.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,
	out AvlNet.Circle3D? outCircle3D
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point3D
inPoint2AvlNet.Point3D
inPoint3AvlNet.Point3D
outCircle3DAvlNet.Circle3D?Circle in 3D passing through the specified 3D points; or Nil if the points are collinear.

See also