Struct FixedContactAnchors2d
- Namespace
- FixedMathSharp.Geometry
- Assembly
- FixedMathSharp.dll
Describes one planar contact relation using points retained in their rigid local frames.
public readonly struct FixedContactAnchors2d
- Inherited Members
Properties
Depth
The representable penetration depth.
public Fixed64 Depth { get; }
Property Value
DepthIsClamped
Whether the conceptual penetration exceeds MaxValue.
public bool DepthIsClamped { get; }
Property Value
FirstAnchor
The contact point retained in the first shape's rigid frame.
public FixedPointAnchor2d FirstAnchor { get; }
Property Value
Normal
The contact normal directed from the first shape toward the second.
public Vector2d Normal { get; }
Property Value
SecondAnchor
The contact point retained in the second shape's rigid frame.
public FixedPointAnchor2d SecondAnchor { get; }