Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- vec
- vec3
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/MutableMath.h |
| Include | #include "MuR/MutableMath.h" |
Syntax
template<class SCALAR>
class vec3 : public mu::vec< SCALAR, 3 >
Constructors
| Type | Name | Description | |
|---|---|---|---|
vec3 () |
|||
vec3
(
SCALAR v |
|||
vec3
(
const FVector3f& other |
|||
vec3
(
const FVector4f& other |
|||
vec3
(
SCALAR x, |