| Name | Description | |
|---|---|---|
![]() | Divide | Performs a scalar division of a vector |
![]() | DotProduct | Computes the dot product of this vector with another vector |
![]() | Equals | |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Inverse | Inverses this vector (e.g. makes this vector with oposite direction) |
![]() | Multiply | Performs a scalar multiplication of this vector with the specified scalar and returns the resulting vector |
![]() | Normalize | Makes this vector the unit vector (e.g. its length becomes 1) |
![]() | PerpDotProduct | Computes the perpendicular dot product of this vector with another vector |
![]() | ToNPoint | Converts this vector to NPoint |
![]() | ToNPointF | Converts this vector to NPointF |
![]() | ToString | Returns a System.String that represents the current System.Object. |
