| SbVec2s Methods | 
The SbVec2s type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertFromT | 
            Try to convert a structure to an SbVec2s value type.
              | |
| Dot(SbVec2s) | 
            Compute dot (inner) product of vector with v vector.
              | |
| Dot(SbVec2s) | 
            Compute dot (inner) product of vector with v vector.
              | |
| Equals | 
            Returns a value indicating whether this instance is equal to a specified object. 
              (Overrides ValueTypeEquals(Object).) | |
| GetHashCode | 
            Returns the hash code for the value of this instance.
              (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetValue | 
            Gets the vector components.
              | |
| Negate | 
            Negates each component of this vector.
              | |
| SetValue(Int16) | 
            Sets the vector components giving an array of 2 short.
              | |
| SetValue(Int16, Int16) | 
            Sets the vector components.
              | |
| ToArray | 
            Returns an array representation of vector components.
              | |
| ToString | 
            Converts this SbVec2s structure to a human readable string.
              (Overrides ValueTypeToString.) |