This documentation is compiled for the latest release of Mathos Core Library
Top
Top
The Calculate type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Distance |
Caclulate the distance between two points.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | MidPoint |
Calculate the mid point of two coordinates.
|
![]() ![]() | Slope |
Caclulate the slope of the line passing through the given coordinates.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | VisualRepresentation |
This works for coordinates containing integers.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | From(Enum) | Overloaded. (Defined by Converter.) |
![]() | From(Base) | Overloaded. (Defined by Converter.) |
See Also