-
-
Notifications
You must be signed in to change notification settings - Fork 164
CSMath.XY
Albert Domenech edited this page Aug 13, 2025
·
7 revisions
Namespace: CSMath
C#
DefaultMemberAttribute
public sealedstruct XY| Returns | Name | Summary |
|---|---|---|
UInt32 |
Dimension | Get the dimension of the . |
Double |
X | Specifies the X-value of the vector component |
Double |
Y | Specifies the Y-value of the vector component |
| Returns | Name | Summary |
|---|---|---|
Boolean |
Equals(CSMath.XY, System.Int32) | Indicates whether this instance and a specified object are equal with in a specific precison. |
Boolean |
Equals(CSMath.XY) | |
Boolean |
Equals(System.Object) | |
Double |
GetAngle | Get the angle formed by the components of this vector. |
Double |
GetAngle(CSMath.XY) | Obtains the angle of a line defined by two points. |
Int32 |
GetHashCode | |
XY |
Perpendicular | Get the perpendicular vector. |
XY |
Polar(System.Double, System.Double) | Obtains the polar point of another point. |
String |
ToString | |
String |
ToString(System.IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation |
| using the specified culture-specific format information. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Extensions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions