Click or drag to resize
AB4D logo

PlaneRayPlaneIntersection(Point3D, Vector3D) Method

Returns a Point3D that represents intersection position of this plane and ray defined by rayPoint and rayDirection.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point3D RayPlaneIntersection(
	Point3D rayOrigin,
	Vector3D rayDirection
)

Parameters

rayOrigin  Point3D
point on the ray as Point3D
rayDirection  Vector3D
direction of the ray as Vector3D

Return Value

Point3D
intersection point as Point3D
See Also