DistanceConstraintMatch

Interface DistanceConstraintMatchExperimental

Attention: This type is experimental and may be changed or removed in future versions.

A point match for a distance constraint. It contains the point that matches the distance constraint and the corresponding point on the target from which the distance was measured.

interface DistanceConstraintMatch {
    point: Vector3;
    pointOnDistanceTarget: Vector3;
}
Index

Properties

point: Vector3

The point that matches the distance constraint.

pointOnDistanceTarget: Vector3

The corresponding point on the target from which the distance was measured.




Was this page helpful? Please leave a thumbs up or down.