3D Frame Analysis Library
Represents a point in 2d space
Namespace:
MathLib
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax[SerializableAttribute]
public struct XY
<SerializableAttribute>
Public Structure XY
The GeometryXY type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Magnitude |
Distance from axes origin calculation
|
Top
Fields
| Name | Description |
---|
 | x |
X coordinate
|
 | y |
Y coordinate
|
Top
See Also