SbVec4b Methods |
The SbVec4b type exposes the following members.
Name | Description | |
---|---|---|
ConvertFromT |
Try to convert a structure to an SbVec4b value type.
| |
Dot(SbVec4b) |
Compute dot (inner) product of vector with v vector.
| |
Dot(SbVec4b) |
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(SByte) |
Sets the vector components giving an array of 4 signed byte.
| |
SetValue(SByte, SByte, SByte, SByte) |
Sets the vector components.
| |
ToArray |
Returns an array representation of vector components.
| |
ToString |
Converts this SbVec4b structure to a human readable string.
(Overrides ValueTypeToString.) |