SoComposeRotationFromTo.3coin2

Langue: en

Version: 383219 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

SoComposeRotationFromTo -

The SoComposeRotationFromTo class is used to compose rotations based on from and to vectors.

SYNOPSIS


#include <Inventor/engines/SoCompose.h>

Inherits SoEngine.

Public Attributes


SoMFVec3f from

SoMFVec3f to

SoEngineOutput rotation

Detailed Description

The SoComposeRotationFromTo class is used to compose rotations based on from and to vectors.

Member Data Documentation

SoMFVec3f SoComposeRotationFromTo::fromSet of input vectors to rotate from.

SoMFVec3f SoComposeRotationFromTo::toSet of input vectors to rotate to.

SoEngineOutput SoComposeRotationFromTo::rotation(SoMFRotation) Set of output rotations, where each element is the rotation you need to apply to the from vector (of the same index) to make it point in the to direction.

Author

Generated automatically by Doxygen for Coin from the source code.