mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
physx: fix a pair of misformatted docstrings
This commit is contained in:
parent
3bfd994cf8
commit
c611abc6c2
@ -73,8 +73,8 @@ is_deleted_b() const {
|
|||||||
* You should set the ContactPairFlag CPF_notify_forces in order to receive
|
* You should set the ContactPairFlag CPF_notify_forces in order to receive
|
||||||
* this value.
|
* this value.
|
||||||
*
|
*
|
||||||
* @see PhysxScene::set_actor_pair_flag @see
|
* @see PhysxScene::set_actor_pair_flag
|
||||||
* PhysxScene::set_actor_group_pair_flag
|
* @see PhysxScene::set_actor_group_pair_flag
|
||||||
*/
|
*/
|
||||||
LVector3f PhysxContactPair::
|
LVector3f PhysxContactPair::
|
||||||
get_sum_normal_force() const {
|
get_sum_normal_force() const {
|
||||||
@ -88,8 +88,8 @@ get_sum_normal_force() const {
|
|||||||
* You should set the ContactPairFlag CPF_notify_forces in order to receive
|
* You should set the ContactPairFlag CPF_notify_forces in order to receive
|
||||||
* this value.
|
* this value.
|
||||||
*
|
*
|
||||||
* @see PhysxScene::set_actor_pair_flag @see
|
* @see PhysxScene::set_actor_pair_flag
|
||||||
* PhysxScene::set_actor_group_pair_flag
|
* @see PhysxScene::set_actor_group_pair_flag
|
||||||
*/
|
*/
|
||||||
LVector3f PhysxContactPair::
|
LVector3f PhysxContactPair::
|
||||||
get_sum_friction_force() const {
|
get_sum_friction_force() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user