Craig Evans / Utils

Dependents:   Leg

Embed: (wiki syntax)

« Back to documentation index

Utils.h File Reference

Utils.h File Reference

Header file containing various structs and convenience methods. More...

Go to the source code of this file.

Functions

vector_t create_vector (float x, float y, float z)
 Vector constructor (floats)

Detailed Description

Header file containing various structs and convenience methods.

Author:
Craig A. Evans
Date:
June 2015

Definition in file Utils.h.


Function Documentation

vector_t create_vector ( float  x,
float  y,
float  z 
)

Vector constructor (floats)

Parameters:
x- x value
y- y value
z- z value

Definition at line 3 of file Utils.cpp.