You are here: Start » AVL.NET » AVL.ProjectPointPerspective(AvlNet.Point3D, AvlNet.Point2D, AvlNet.Point3D, float, AvlNet.Point2D)

AVL.ProjectPointPerspective(AvlNet.Point3D, AvlNet.Point2D, AvlNet.Point3D, float, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProjectPointPerspective(
	AvlNet.Point3D inPoint3D,
	AvlNet.Point2D inCenter,
	AvlNet.Point3D inFocalPoint,
	float inFocalLength,
	out AvlNet.Point2D outPoint2D
)

Parameters

inPoint3D
Type: AvlNet.Point3D
inCenter
Type: AvlNet.Point2D
inFocalPoint
Type: AvlNet.Point3D
inFocalLength
Type: System.Single
outPoint2D
Type: AvlNet.Point2D

Errors

Error type Description
DomainError Projected point coplanar with the Focal Point, but not equal to it.

See also