Click or drag to resize

Vector2D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents a vector in two-dimensional space.
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Geometry2D
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public class Vector2D : OpenObject

The Vector2D type exposes the following members.

Constructors
  NameDescription
Public methodVector2D
Initializes a new instance of the Vector2D class
Top
Properties
  NameDescription
Public propertyX
Gets or sets the X-dirrection value
Public propertyY
Gets or sets the Y-dirrection value
Top
See Also