CartesianUtils FindRayFromRectangleCenterSideIntersection Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a point of intersection between a ray cast from the center of a rectangle under certain polar coordinate angle and a rectangle side

Namespace: NFX.Geometry
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static Point FindRayFromRectangleCenterSideIntersection(
	Rectangle rect,
	double theta
)

Return Value

Type: OnlinePoint
See Also