Molmodel
Public Member Functions

SimTK::Vec3Pair Class Reference

Matched pair of 3D vectors to be used in least-squares superposition. More...

#include <Superpose.h>

List of all members.

Public Member Functions

 Vec3Pair (const Vec3 &s, const Vec3 &t, Real w=1.0)
const Vec3getSource () const
const Vec3getTarget () const
Real getWeight () const

Detailed Description

Matched pair of 3D vectors to be used in least-squares superposition.


Constructor & Destructor Documentation

SimTK::Vec3Pair::Vec3Pair ( const Vec3 s,
const Vec3 t,
Real  w = 1.0 
) [inline]

Member Function Documentation

const Vec3& SimTK::Vec3Pair::getSource ( ) const [inline]
const Vec3& SimTK::Vec3Pair::getTarget ( ) const [inline]
Real SimTK::Vec3Pair::getWeight ( ) const [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines