Exemple #1
0
        /// <summary>
        ///   <para>The velocity relative to the rigidbody at the point relativePoint.</para>
        /// </summary>
        /// <param name="relativePoint"></param>
        public Vector3 GetRelativePointVelocity(Vector3 relativePoint)
        {
            Vector3 vector3;

            Rigidbody.INTERNAL_CALL_GetRelativePointVelocity(this, ref relativePoint, out vector3);
            return(vector3);
        }
Exemple #2
0
 public Vector3 GetRelativePointVelocity(Vector3 relativePoint)
 {
     return(Rigidbody.INTERNAL_CALL_GetRelativePointVelocity(this, ref relativePoint));
 }