Click or drag to resize
SbVec4us Methods

The SbVec4us type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertFromT
Try to convert a structure to an SbVec4us value type.
Public methodDot(SbVec4us)
Compute dot (inner) product of vector with v vector.
Public methodDot(SbVec4us)
Compute dot (inner) product of vector with v vector.
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the vector components.
Public methodSetValue(UInt16)
Sets the vector components giving an array of 4 unsigned short.
Public methodSetValue(UInt16, UInt16, UInt16, UInt16)
Sets the vector components.
Public methodToArray
Returns an array representation of vector components.
Public methodToString
Converts this SbVec4us structure to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also