Struct FixedContactAnchors
- Namespace
- FixedMathSharp.Geometry
- Assembly
- FixedMathSharp.dll
Describes one 3D contact relation using points retained in their rigid local frames.
public readonly struct FixedContactAnchors
- 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 FixedPointAnchor FirstAnchor { get; }
Property Value
Normal
The contact normal directed from the first shape toward the second.
public Vector3d Normal { get; }
Property Value
SecondAnchor
The contact point retained in the second shape's rigid frame.
public FixedPointAnchor SecondAnchor { get; }