Intersection Class |
public class Intersection
The Intersection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsPointInPolygon | 判断点p是否在多边形polyPoints内 |
![]() ![]() | LineSegmentToPlane | 判断线段与平面的交点 |
![]() ![]() | LineToLine(Line, Line) | 判断直线与直线之间的最短连接线 |
![]() ![]() | LineToLine(Vec2, Vec2, Vec2, Vec2, Double, Double) | 判断直线(v1, v2)与直线(v3, v4)是否相交,如相交则返回交点的线性参数 |
![]() ![]() | LineToPlane | 判断直线与平面的交点 |
![]() ![]() | PlaneToPlane | 判断两个平面的交线 |