Click or drag to resize
SbVec4ui32 Methods

The SbVec4ui32 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertFromT
Try to convert a structure to an SbVec4ui32 value type.
Public methodDot(SbVec4ui32)
Compute dot (inner) product of vector with v vector.
Public methodDot(SbVec4ui32)
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(UInt32)
Sets the vector components giving an array of 4 unsigned integer.
Public methodSetValue(UInt32, UInt32, UInt32, UInt32)
Sets the vector components.
Public methodToArray
Returns an array representation of vector components.
Public methodToString
Converts this SbVec4ui32 structure to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also