Represents a SF value contaning 3 floats. More...
#include <Vec3f.hpp>
Public Member Functions | |
| Vec3f (float32_t x, float32_t y, float32_t z) | |
| Vec3f (Vec3f &&other) noexcept | |
| Vec3f & | operator= (Vec3f &&other) noexcept |
| Vec3f (const Vec3f &)=default | |
| Vec3f & | operator= (const Vec3f &)=default |
| std::string | ToString () const override |
| Returns string representation of a given object. | |
Public Member Functions inherited from vrml_proc::core::Object | |
| virtual | ~Object ()=default |
| Virtual destructor. | |
Public Attributes | |
| float32_t | x |
| float32_t | y |
| float32_t | z |
Additional Inherited Members | |
Protected Member Functions inherited from vrml_proc::core::Object | |
| Object () | |
| Publicly hiddent constrcutor. | |
Represents a SF value contaning 3 floats.
|
inlineoverridevirtual |
Returns string representation of a given object.
Implements vrml_proc::core::Object.