tec::Scale

#include <transforms.hpp>

Public Functions

Name
Scale(glm::vec3 scale)
Scale() =default
void Out(proto::Component * target)
void In(const proto::Component & source)

Public Attributes

Name
glm::vec3 value

Public Functions Documentation

function Scale

inline Scale(
    glm::vec3 scale
)

function Scale

Scale() =default

function Out

void Out(
    proto::Component * target
)

function In

void In(
    const proto::Component & source
)

Public Attributes Documentation

variable value

glm::vec3 value {0, 0, 0};

Updated on 2022-07-24 at 19:27:35 +0000