GeVector Constructor |
Name | Description | |
---|---|---|
![]() | GeVector |
Initializes a new instance of the empty vector.
|
![]() | GeVector(GeCoordinate) |
Initializes a new instance of the radius (position) vector
between the origin and specified coordinate.
|
![]() | GeVector(GeVector) |
Initializes a new instance based on the specified vector.
|
![]() | GeVector(IGeLineSegment) | |
![]() | GeVector(Double, Double) |
Initializes a new instance of the 2D vector.
|
![]() | GeVector(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.
|
![]() | GeVector(GeVector, Double) |
Initializes a new instance based on the specified vector
and specified magnitude.
|
![]() | GeVector(IGePlane, GeVector) | |
![]() | GeVector(Double, Double, Double) |
Initializes a new instance of the 3D vector.
|
![]() | GeVector(GeCoordinate, GeAngle, GeAngle) | Initializes a new instance of the GeVector class |
![]() | GeVector(GeCoordinate, GeCoordinate, GeCoordinate) |
Initializes a new instance of the unit normal vector
specified by three coordinates.
|
![]() | GeVector(Double, Double, Double, Double) |
Initializes a new instance of the 2D vector.
|
![]() | GeVector(Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the 3D vector.
|