Interface IPointToPointJoint3D
Interface for a Point to Point 3D Joint physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IPointToPointJoint3D : IJoint3D, IDisposable
Properties
LocalAnchorA
Gets or sets the local anchor point relative to bodyA's origin.
Declaration
Vector3 LocalAnchorA { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
LocalAnchorB
Gets or sets the local anchor point relative to bodyB's origin.
Declaration
Vector3 LocalAnchorB { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |