Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    Point2PointConstraint Class

    Namespace: Stride.Physics
    Assembly: Stride.Physics.dll
    System.Object → Constraint → Point2PointConstraint
    Derived from Point2PointConstraint:

    public class Point2PointConstraint : Constraint, IDisposable, IRelative
    Name Description
    Properties
    Damping

    Gets or sets the damping.

    ImpulseClamp

    Gets or sets the impulse clamp.

    PivotInA

    Gets or sets the pivot in a.

    PivotInB

    Gets or sets the pivot in b.

    Tau

    Gets or sets the tau.

    | Improve this Doc View Source

    Properties


    Damping

    Gets or sets the damping.

    public float Damping { get; set; }
    Property Value
    Type Description
    System.Single

    The damping.


    ImpulseClamp

    Gets or sets the impulse clamp.

    public float ImpulseClamp { get; set; }
    Property Value
    Type Description
    System.Single

    The impulse clamp.


    PivotInA

    Gets or sets the pivot in a.

    public Vector3 PivotInA { get; set; }
    Property Value
    Type Description
    Vector3

    The pivot in a.


    PivotInB

    Gets or sets the pivot in b.

    public Vector3 PivotInB { get; set; }
    Property Value
    Type Description
    Vector3

    The pivot in b.


    Tau

    Gets or sets the tau.

    public float Tau { get; set; }
    Property Value
    Type Description
    System.Single

    The tau.


    Inherited Members

    Constraint.Dispose()
    Constraint.RigidBodyA
    Constraint.RigidBodyB
    Constraint.Enabled
    Constraint.BreakingImpulseThreshold
    Constraint.AppliedImpulse
    Constraint.Simulation

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation