You are here: Start » AVL.NET » AVL.PointToPlaneDistance3D(AvlNet.Point3D, AvlNet.Plane3D, float, float, AvlNet.Segment3D)

AVL.PointToPlaneDistance3D(AvlNet.Point3D, AvlNet.Plane3D, float, float, AvlNet.Segment3D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointToPlaneDistance3D(
	AvlNet.Point3D inPoint,
	AvlNet.Plane3D inPlane,
	float inResolution,
	out float outDistance,
	out AvlNet.Segment3D outConnectingSegment
)

Parameters

inPoint
Type: AvlNet.Point3D
inPlane
Type: AvlNet.Plane3D
inResolution
Type: System.Single
outDistance
Type: System.Single
outConnectingSegment
Type: AvlNet.Segment3D

Errors

Error type Description
DomainError Indefinite plane on input in PointToPlaneDistance3D.

See also