Property | Type | Description | |
---|---|---|---|
accel_x | float | ||
accel_y | float | ||
accel_z | float | ||
pos_x | float | ||
pos_y | float | ||
pos_z | float | ||
quat_w | float | ||
quat_x | float | ||
quat_y | float | ||
quat_z | float |
Method | Description | |
---|---|---|
Fill ( Vector3 v3, Quaternion q, Vector3 acceleration ) : void |
Convenience method to fill the data for the struct
|
public Fill ( Vector3 v3, Quaternion q, Vector3 acceleration ) : void | ||
v3 | Vector3 | |
q | Quaternion | |
acceleration | Vector3 | |
return | void |