Click or drag to resize
AB4D logo

PlaneGetIntersectionType Method

Overload List
 NameDescription
Public methodGetIntersectionType(Point3D) Returns a PlanePlaneIntersectionType that describes where the specified position lie in relation to this Plane.
Public methodGetIntersectionType(Rect3D) Returns a PlanePlaneIntersectionType that describes where the specified bounds (as Rect3D) lie in relation to this Plane.
Public methodGetIntersectionType(ListPoint3D, Transform3D) Returns a PlanePlaneIntersectionType that describes where the specified positions lie in relation to this Plane.
Public methodGetIntersectionType(Point3D, Double) Returns a PlanePlaneIntersectionType that describes where the Sphere (specified by sphereCenter and sphereRadius) lies in relation to this Plane.
Public methodGetIntersectionType(Point3DCollection, Transform3D) Returns a PlanePlaneIntersectionType that describes where the specified positions lie in relation to this Plane.
Public methodGetIntersectionType(Rect3D, Transform3D) Returns a PlanePlaneIntersectionType that describes where the specified bounds (as Rect3D) lie in relation to this Plane.
Top
See Also