The following tables list the members exposed by GeometryUtil.
Name | Description | |
---|---|---|
![]() ![]() | UnitBubble | Gets a Geometry shaped like a bubble. |
![]() ![]() | UnitDiamond | Gets a Geometry shaped like a diamond. |
![]() ![]() | UnitHexagon | Gets a Geometry shaped like a hexagon. |
![]() ![]() | UnitHexagram | Gets a Geometry shaped like a hexagram. |
![]() ![]() | UnitHourglass | Gets a Geometry shaped like an hourglass. |
![]() ![]() | UnitNone | Gets an empty Geometry. |
![]() ![]() | UnitPentagon | Gets a Geometry shaped like a pentagon. |
![]() ![]() | UnitPentagram | Gets a Geometry shaped like a pentagram. |
![]() ![]() | UnitPyramid | Gets a Geometry shaped like a pyramid. |
![]() ![]() | UnitRaindrop | Gets a Geometry shaped like a raindrop. |
![]() ![]() | UnitSmiley | Gets a Geometry shaped like a smiling face. |
![]() ![]() | UnitSquare | Gets a Geometry shaped like a square. |
![]() ![]() | UnitTetragram | Gets a Geometry shaped like a tetragram. |
![]() ![]() | UnitThermometer | Gets a Geometry shaped like a thermometer. |
![]() ![]() | UnitTriangle | Gets a Geometry shaped like a triangle. |
![]() ![]() | UnitTube | Gets a Geometry shaped like a tube. |
Name | Description | |
---|---|---|
![]() ![]() | AngleFromSlope | Gets the angle of a line given its slope. |
![]() ![]() | AreLinesIntersectingIntersecting | Check if two lines are intersecting |
![]() ![]() | ContainsAngle | |
![]() ![]() | DistSquaredToLineSegment | Returns the squared distance to a line segment from a point |
![]() ![]() | Duplicate | Creates and returns a copy of this Geometry object. |
![]() ![]() | Eccentricity | Calculates the eccentricity of an ellipse with the given bounds. |
![]() ![]() | FindCenter | Calculates the center of the current chart. |
![]() ![]() | FindLineCircleCollisions | Finds the collisions of a line with a circle |
![]() ![]() | FindLineCircleIntersections | Finds the intersections of a line projection with a circle |
![]() ![]() | FindRadialPoint | Finds a point in Cartesian coordinates using radial parameters. |
![]() ![]() | GetAngleIntersectionRange | Gets the min and max intersection angles of a pie with a world rect |
![]() ![]() | GetAngleTo | Gets angle to a point from the specified center point |
![]() ![]() | GetCenterFromArcSegment | Gets center from arc segment |
![]() ![]() | GetCircleIntersection | Gets points intersecting a line and a circle with a given center and radius |
![]() ![]() | GetPieSliceBounds | |
![]() ![]() | GetSegmentLength | Gets the length of the segment specified by the two points. |
![]() ![]() | IsInsideCircle | Gets whether the target point is inside the circle. |
![]() ![]() | IsPointNearLineSegment | Determines if a point is near a line segment |
![]() ![]() | IsPointNearPolyline | Determines if a point is near a polyline |
![]() ![]() | OffsetRectAlongCircleOutside | Position an axis aligned rectangle along the outside edge of a circle such that the closest point of the rectangle is touching said circle. |
![]() ![]() | PieSliceContainsPoint | |
![]() ![]() | PointAtDistance | Finds the point between two points that is at a specified distance from the first. |
![]() ![]() | PointOnEllipse | Gets a point on an ellipse at the given angle and extent. |
![]() ![]() | ProjectPointToLineSegment | Returns the proportional projected position along the line segment of the point. |
![]() ![]() | SimplifyAngle | Simplifies an angle to a value between 0 and 360. |
![]() ![]() | Slope | Calculates the slope of a line given two known points. |