hep.wired.feature
Interface Rotateable3D

All Superinterfaces:
Feature
All Known Subinterfaces:
Transformable3D

public interface Rotateable3D
extends Feature

Can rotate viewpoint over arbitrary vector in 3D.

Version:
$Id: Rotateable3D.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

Method Summary
 void rotate(double theta, double nx, double ny, double nz)
          Rotate theta radians over unit vector (nx,ny,nz).
 

Method Detail

rotate

void rotate(double theta,
            double nx,
            double ny,
            double nz)
Rotate theta radians over unit vector (nx,ny,nz).



Copyright © 1996-2013 FreeHEP. All Rights Reserved.