Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

#physics

  1. B

    Strange Positions update in FixedUpdate()

    Hi, I'm trying to addForceAtPosition at the position of a triangle of the mesh of my moving rigidBody object. At Start() I'm storing the mesh information I need in multiple Arrays like the local positions, the surfaces or the normals of the triangles of the mesh. As trianglesPositions are...
  2. K

    Python Struggling with this Python Program

    # QUIZ # # Modify the acceleration function so that it returns # the acceleration vector of the spacecraft. # # A sample of how to use the numpy.linalg.norm function # is given. This computes the length of the vector, and # it should be the only outside function you need to # use in your...
Back
Top Bottom