The Vec3 type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition |
Add operator for two Vec3
| |
Division |
Division for a Vec3 and a skalar
| |
Equality |
Equal operation for Vec3
| |
Inequality |
Unqual operation for Vec3
| |
Multiply |
Multiplikation for a Vec3 and a skalar
| |
Subtraction |
Subtract operator for two Vec3
| |
UnaryNegation |
Negate operation for a Vec3
|