Depiction Engine For Unity 2023.0 (Alpha)
Loading...
Searching...
No Matches
DepictionEngine.MathGeometry Member List

This is the complete list of members for DepictionEngine.MathGeometry, including all inherited members.

CylinderCircleIntersection(out Vector3Double[] intersections, Vector3Double cylinderNormal, double cylinderRadius, double geoAstroObjectRadius, double circleRadius, Vector3Double circleCenter) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
CylinderLineIntersection(out Vector3Double[] intersections, Vector3Double cylinderCenter, Vector3Double cylinderNormal, double cylinderRadius, Vector3Double lineOrigin, Vector3Double lineDirection) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
GetCircleToCircleIntersections(out Vector2Double intersection1, out Vector2Double intersection2, double radius1, Vector2Double circleCenter, double radius2) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
LineCircleIntersection(out Vector2Double intersection1, double radius, Vector2Double point1, Vector2Double point2) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
LineCircleIntersections(out Vector2Double intersection1, out Vector2Double intersection2, double radius, Vector2Double point1, Vector2Double point2) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
LinePlaneIntersection(out Vector3Double intersection, Vector3Double planeCenter, Vector3Double planeNormal, RayDouble ray, bool castLineBothDirection=true) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
LineSegmentsIntersection(out Vector2Double intersection, Vector2Double point1, Vector2Double point2, Vector2Double point3, Vector2Double point4) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
LineSphereIntersection(out Vector3Double intersection, double radius, RayDouble ray) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic
PlaneCircleIntersection(out Vector3Double[] intersections, Vector3Double planeCenter, Vector3Double planeNormal, Vector3Double circleCenter, double circleRadius) (defined in DepictionEngine.MathGeometry)DepictionEngine.MathGeometrystatic