|
PlaneRayPlaneIntersection(Point3D, Vector3D) Method |
Returns a Point3D that represents intersection position of this plane and ray defined by rayPoint and rayDirection.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax 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
Point3Dintersection point as Point3D
See Also