You are here: Start » AVL.NET » Geometry 3D Constructions

Geometry 3D Constructions

Icon Name Description
CircleThroughPoints3D Computes a circle in 3D passing through three noncollinear 3D points.
LineThroughPoint3D Computes a line in 3D passing through a point with given direction.
LineThroughPoints3D Computes a line in 3D passing through two points.
PlaneThroughLineAndPoint3D Computes a plane passing through a line and a point in 3D.
PlaneThroughPoints3D Computes a plane passing through three distinct points in 3D.
VectorBetweenPoints3D Computes a vector representing distance from one point in 3D to another.