Click or drag to resize
AB4D logo

PlaneGetIntersectionType(Point3D, Double) Method

Returns a PlanePlaneIntersectionType that describes where the Sphere (specified by sphereCenter and sphereRadius) lies in relation to this Plane.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public PlanePlaneIntersectionType GetIntersectionType(
	Point3D sphereCenter,
	double sphereRadius
)

Parameters

sphereCenter  Point3D
sphere center
sphereRadius  Double
sphere radius

Return Value

PlanePlaneIntersectionType
PlaneIntersectionType that describes where the specified Sphere lies in relation to this Plane
See Also