SbVec3f Operators |
The SbVec3f type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Additive (+) operator. Performs the addition between the vectors v1
and v2.
| |
Division(SbVec3f, SbVec3f) |
The division operator (/) divides each components of vector v1
by components of vector v2.
| |
Division(SbVec3f, Single) |
The division operator (/) divides each components of vector v1
by d.
| |
Equality |
The equality operator.
| |
Inequality |
The inequality operator.
| |
Multiply(Single, SbVec3f) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
| |
Multiply(SbVec3f, SbVec3f) |
The multiplication operator (*), which multiply each component of
v1 by each component of vector v2.
| |
Multiply(SbVec3f, 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.
|