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

Invoke.CircleThroughPoints3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CircleThroughPoints3D
(
	Avl.Point3D inPoint1,
	Avl.Point3D inPoint2,
	Avl.Point3D inPoint3,
	Conditional<Avl.Circle3D> outCircle3D
)

Parameters

Name Type Range Default Description
inPoint1Avl.Point3D
inPoint2Avl.Point3D
inPoint3Avl.Point3D
outCircle3DAtl.Conditional<Avl.Circle3D>Circle in 3D passing through the specified 3D points; or Nil if the points are collinear.

See also