Click or drag to resize

GeometryXY Structure

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

The GeometryXY type exposes the following members.

Constructors
Methods
  NameDescription
Public methodMagnitude
Distance from axes origin calculation
Top
Fields
  NameDescription
Public fieldx
X coordinate
Public fieldy
Y coordinate
Top
See Also