meshi.geometry
Class ViewAt

java.lang.Object
  extended by meshi.geometry.ViewAt

public class ViewAt
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2005

Company:


Constructor Summary
ViewAt()
           
 
Method Summary
protected static double[] nmcrosprod(double x1, double y1, double z1, double x2, double y2, double z2)
           
static double[][] transformToOrigin(double[][] M, double[][] invM, Atom P1, Atom P2, Atom P3)
           
static double[][] transformToOrigin(double[][] M, double[][] invM, double[] P1, double[] P2, double[] P3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAt

public ViewAt()
Method Detail

transformToOrigin

public static double[][] transformToOrigin(double[][] M,
                                           double[][] invM,
                                           Atom P1,
                                           Atom P2,
                                           Atom P3)

transformToOrigin

public static double[][] transformToOrigin(double[][] M,
                                           double[][] invM,
                                           double[] P1,
                                           double[] P2,
                                           double[] P3)

nmcrosprod

protected static double[] nmcrosprod(double x1,
                                     double y1,
                                     double z1,
                                     double x2,
                                     double y2,
                                     double z2)