SbVec4f Structure |
4D vector class used to store homogeneous coordinates. This class is used in Open Inventor for arguments and return values.
Namespace: OIV.Inventor
The SbVec4f type exposes the following members.
Name | Description | |
---|---|---|
SbVec4f(Single) |
Constructor given vector components.
| |
SbVec4f(Single) |
Constructor given vector components.
| |
SbVec4f(Single, Single, Single, Single) |
Constructor given vector components.
|
Name | Description | |
---|---|---|
ConvertFromT |
Try to convert a structure to an SbVec4f value type.
| |
Dot(SbVec4f) |
Compute dot (inner) product of vector with v vector.
| |
Dot(SbVec4f) |
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, Single) |
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 3 double.
| |
SetValue(Single) |
Sets the vector components giving an array of 3 float.
| |
SetValue(SbVec4d) |
Sets value of vector from a double precision vector.
| |
SetValue(SbVec4d) |
Sets value of vector from a double precision vector.
| |
SetValue(Double, Double, Double, Double) |
Sets the vector components.
| |
SetValue(Single, Single, Single, Single) |
Sets the vector components.
| |
ToArray |
Returns an array representation of vector components.
| |
ToString |
Converts this SbVec4f structure to a human readable string.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Addition |
Additive (+) operator. Performs the addition between the vectors v1
and v2.
| |
Division(SbVec4f, SbVec4f) |
The division operator (/) divides each components of vector v1
by components of vector v2.
| |
Division(SbVec4f, Single) |
The division operator (/) divides each components of vector v1
by d.
| |
Equality |
The equality operator.
| |
Inequality |
The inequality operator.
| |
Multiply(Single, SbVec4f) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
| |
Multiply(SbVec4f, SbVec4f) |
The multiplication operator (*), which multiply each component of
by each component of vector .
| |
Multiply(SbVec4f, Single) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
| |
Subtraction |
Subtraction (–) operator. Performs the difference between the vectors v1
and v2.
| |
UnaryNegation |
The unary negation operator (-). Negates each vector component.
|
Name | Description | |
---|---|---|
Item |
Gets or sets the vector component at the specified index.
| |
W |
Gets or sets the w component of vector.
| |
X |
Gets or sets the x component of vector.
| |
Y |
Gets or sets the y component of vector.
| |
Z |
Gets or sets the z component of vector.
|