For a list of all members of this type, see SeSpatialExtensions members.
Public Methods
| Name | Description |
  | Angle | Returns the angle of the given vector, normalized to the range [0, 2Pi) |
  | Expand | |
  | GetLineSegments | |
  | GetSegmentsAdjacentToVertex | If the given point equals one of the vertices of the given path, returns the one or two line segments in the path that terminate on the given point, oriented such that P1 of each segment is the end that lies on the given point. |
  | LiesOnLineSegment | Overloaded. |
  | LowerRight | |
  | NormalizeAngle | Normalizes the angle to the range (-Pi, Pi], which is the range of the Math.Atan2 function. |
  | PointLiesOnLineSegment | Overloaded. |
  | ProjectOntoXYPlane | Overloaded. |
  | ToDegrees | |
  | ToPathGeometry2D | |
  | ToPointGeometry2D | |
  | ToRadians | |
  | TrimRadial | For the given coordinates C[0], C[1], ... C[n], runs through the coordinates in order until a coordinate C[i] is found whose distance from C[0] is greater than the given radius. Finds the coordinate C on the line segment between C[0] and C[i] such that the distance C[0]-to-C equals the given radius. Returns the sequence C, C[i], C[i+1], ... C[n]. |
  | UpperLeft | |
Top
See Also