OrienterThreeBody.ComputeRotations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Override to compute rotations unconstrained as a rotation about the gravity vector, Y-axis.
protected override bool ComputeRotations ();
override this.ComputeRotations : unit -> bool
Protected Overrides Function ComputeRotations () As Boolean
Returns
True on success.
Remarks
It takes at least 3 non-collinear points to imply a rotation. If there are fewer than that, this reverts back to the behavior of computing a rotation which pitches to align points but doesn't introduce roll.