Skip to content

discussion #2

@mayakraft

Description

@mayakraft

is the concept of breaking out lines into "helper variables" somewhere in here?

sin(ofGetElapsedTimef() * speed) * ofGetWidth();

into

float freq = ofGetElapsedTimef() * speed;
sin(freq) * ofGetWidth();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions