[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.GeometryAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Point FindRayFromRectangleCenterSideIntersection(
Rectangle rect,
double theta
)
public static Point FindRayFromRectangleCenterSideIntersection(
Rectangle rect,
double theta
)
Public Shared Function FindRayFromRectangleCenterSideIntersection (
rect As Rectangle,
theta As Double
) As Point
Public Shared Function FindRayFromRectangleCenterSideIntersection (
rect As Rectangle,
theta As Double
) As Point
public:
static Point FindRayFromRectangleCenterSideIntersection(
Rectangle rect,
double theta
)
public:
static Point FindRayFromRectangleCenterSideIntersection(
Rectangle rect,
double theta
)
static member FindRayFromRectangleCenterSideIntersection :
rect : Rectangle *
theta : float -> Point
static member FindRayFromRectangleCenterSideIntersection :
rect : Rectangle *
theta : float -> Point
Return Value
Type:
Point