cp_vect_get_x function

  1. @Native<cpFloat Function(cpVect)>(cpVect)>()
double cp_vect_get_x(
  1. cpVect v
)

Implementation

@ffi.Native<cpFloat Function(cpVect)>()
external double cp_vect_get_x(
  cpVect v,
);