Euphoria
eu::core::Vec3fValue Struct Reference

#include <propertytree.h>

Inheritance diagram for eu::core::Vec3fValue:
eu::core::Value

Public Member Functions

 Vec3fValue (const vec3f &v)
 
- Public Member Functions inherited from eu::core::Value
 Value (ValueType vt)
 
virtual ~Value ()=default
 
 Value (const Value &)=delete
 
 Value (Value &&)=delete
 
void operator= (const Value &)=delete
 
void operator= (Value &&)=delete
 

Static Public Member Functions

static vec3fget (core::Value *value)
 

Public Attributes

vec3f value
 
- Public Attributes inherited from eu::core::Value
const ValueType type
 

Detailed Description

Definition at line 50 of file propertytree.h.

Constructor & Destructor Documentation

◆ Vec3fValue()

eu::core::Vec3fValue::Vec3fValue ( const vec3f v)
explicit

Definition at line 34 of file propertytree.cc.

Member Function Documentation

◆ get()

vec3f & eu::core::Vec3fValue::get ( core::Value value)
static

Definition at line 38 of file propertytree.cc.

Member Data Documentation

◆ value

vec3f eu::core::Vec3fValue::value

Definition at line 52 of file propertytree.h.


The documentation for this struct was generated from the following files: