All types
|
All members
RT.Geometry
RT.Geometry
Arc
D
AngleStart
AngleSweep
Circle
Bounding
Box
D
Circle
D
Decode
Svg
Path
Edge
D
Geom
Ut
Intersect
Point
D
Polygon
D
Rectangle
D
Triangle
D
Triangulate
Voronoi
Diagram
Voronoi
Diagram
Flags
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.Modeling
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Struct:
RT.Geometry.
ArcD
Assembly:
RT.Geometry, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Geometry
Show inherited types...
Inherits from:
System.ValueType
object
Summary
Encapsulates a double-precision circular arc.
Instance fields
double
AngleStart
The angle at which the arc starts.
double
AngleSweep
The angle which the arc sweeps.
CircleD
Circle
The circle on which the arc lies.