Class TestPoseRelation
Inherited Members
Namespace: Unity.MARS.Data.Tests
Syntax
public class TestPoseRelation : TestRelation<Pose, Pose>, ISimulatable, IRelation<Pose>, IRelation, IRelationBase, IConditionBase, IRequiresTraits<Pose>, IRequiresTraits, ICreateFromDataPair, IConfigurableMatchRating, IRangeBoundingOptions<Pose>, IRangeBoundingOptions
Methods
RateDataMatch(ref Pose, ref Pose)
Declaration
public override float RateDataMatch(ref Pose child1Data, ref Pose child2Data)
Parameters
| Type | Name | Description |
|---|---|---|
| Pose | child1Data | |
| Pose | child2Data |
Returns
| Type | Description |
|---|---|
| Single |
Overrides
Unity.MARS.Relation<Pose>.RateDataMatch(Pose, Pose)