SbVec4d Methods |
The SbVec4d type exposes the following members.
Name | Description | |
---|---|---|
ConvertFromT |
Try to convert a structure to an SbVec4d value type.
| |
Dot(SbVec4d) |
Compute dot (inner) product of vector with v vector.
| |
Dot(SbVec4d) |
Compute dot (inner) product of vector with v vector.
| |
Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) | |
Equals(Object, Double) |
Returns a value indicating whether this instance is equal to a specified object
with given tolerance.
| |
GetHashCode |
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.) | |
GetReal |
Returns the real portion of the vector by dividing by the fourth value.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Gets the vector components.
| |
Length |
Computes geometric length of vector.
| |
Negate |
Negates each component of this vector.
| |
Normalize |
Changes vector to be unit length, returning the length before normalization.
| |
SetValue(Double) |
Sets the vector components giving an array of 4 double.
| |
SetValue(SbVec4f) |
Sets value of vector from a single precision vector.
| |
SetValue(SbVec4f) |
Sets value of vector from a single precision vector.
| |
SetValue(Double, Double, Double, Double) |
Sets the vector components.
| |
ToArray |
Returns an array representation of vector components.
| |
ToString |
Converts this SbVec4d structure to a human readable string.
(Overrides ValueTypeToString.) |