Click or drag to resize
GeVector Constructor
Overload List
  NameDescription
Public methodGeVector
Initializes a new instance of the empty vector.
Public methodGeVector(GeCoordinate)
Initializes a new instance of the radius (position) vector between the origin and specified coordinate.
Public methodGeVector(GeVector)
Initializes a new instance based on the specified vector.
Public methodGeVector(IGeLineSegment)
Initializes a new instance of vector using specified line, assuming that the direction is from the start point to the end point, and using start point as the origin.
Public methodGeVector(Double, Double)
Initializes a new instance of the 2D vector.
Public methodGeVector(GeCoordinate, GeCoordinate)
Initializes a new instance of vector using two specified coordinates, assuming that the direction is from the tip to the tail, and using tip as the origin.
Public methodGeVector(GeVector, Double)
Initializes a new instance based on the specified vector and specified magnitude.
Public methodGeVector(IGePlane, GeVector)
Initializes a new instance of the vector using 2D plane and specified vector representing axis normal to the plane.
Public methodGeVector(Double, Double, Double)
Initializes a new instance of the 3D vector.
Public methodGeVector(GeCoordinate, GeAngle, GeAngle)
Initializes a new instance of the GeVector class
Public methodGeVector(GeCoordinate, GeCoordinate, GeCoordinate)
Initializes a new instance of the unit normal vector specified by three coordinates.
Public methodGeVector(Double, Double, Double, Double)
Initializes a new instance of the 2D vector.
Public methodGeVector(Double, Double, Double, Double, Double, Double)
Initializes a new instance of the 3D vector.
Top
See Also