AcouSTO
version 2.0
◆
vec_copy()
vec_copy
(
struct
vector
*
vdest
,
const struct
vector
vsrc
)
Copies a vector in another one.
Parameters
[out]
vdest
vector.
[in]
vsrc
vector.
158
{
159
vdest->
x
= vsrc.
x
;
160
vdest->
y
= vsrc.
y
;
161
vdest->
z
= vsrc.
z
;
162
}
vector::z
DOUBLE z
Definition:
structs.h:35
vector::x
DOUBLE x
Definition:
structs.h:31
vector::y
DOUBLE y
Definition:
structs.h:33
Acousto2.0
trunk
src
math
acousto_math.h
Generated on Wed Apr 5 2017 14:32:02 for AcouSTO by
1.8.13