Interface IPointToPointJoint3D
Interface for a Point-to-Point 3D Joint in physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IPointToPointJoint3D : IJoint3D
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 body B's origin.
Declaration
Vector3 LocalAnchorB { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |