#include <vector3.h>
|
| double | x |
| |
| double | y |
| |
| double | z |
| |
◆ Vector3() [1/2]
| CSharpKratosWrapper::Vector3::Vector3 |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ Vector3() [2/2]
| CSharpKratosWrapper::Vector3::Vector3 |
( |
| ) |
|
◆ add() [1/2]
| Vector3 * CSharpKratosWrapper::Vector3::add |
( |
double |
otherX, |
|
|
double |
otherY, |
|
|
double |
otherZ |
|
) |
| |
◆ add() [2/2]
◆ cross()
◆ dot()
| double CSharpKratosWrapper::Vector3::dot |
( |
Vector3 & |
vec | ) |
|
◆ sub() [1/2]
| Vector3 * CSharpKratosWrapper::Vector3::sub |
( |
double |
otherX, |
|
|
double |
otherY, |
|
|
double |
otherZ |
|
) |
| |
◆ sub() [2/2]
| double CSharpKratosWrapper::Vector3::x |
| double CSharpKratosWrapper::Vector3::y |
| double CSharpKratosWrapper::Vector3::z |
The documentation for this class was generated from the following files:
- /home/runner/work/Documentation/Documentation/master/applications/CSharpWrapperApplication/custom_includes/vector3.h
- /home/runner/work/Documentation/Documentation/master/applications/CSharpWrapperApplication/custom_sources/vector3.cpp