com.croftsoft.core.math.axis
Interface AxisAngleMut

All Superinterfaces:
AxisAngle
All Known Implementing Classes:
AxisAngleImp

public interface AxisAngleMut
extends AxisAngle

A mutator interface for an AxisAngle.

Since:
2008-05-09
Version:
$Id: AxisAngleMut.java,v 1.1 2008/05/09 18:35:55 croft Exp $
Author:
David Wallace Croft

Method Summary
 void copy(AxisAngle axisAngle)
           
 void normalize()
           
 void setDegrees(double degrees)
           
 void setX(double x)
           
 void setY(double y)
           
 void setZ(double z)
           
 
Methods inherited from interface com.croftsoft.core.math.axis.AxisAngle
getDegrees, getX, getY, getZ, magnitude, matches, matches, toQuat, toRotationMatrix
 

Method Detail

copy

void copy(AxisAngle axisAngle)

normalize

void normalize()

setDegrees

void setDegrees(double degrees)

setX

void setX(double x)

setY

void setY(double y)

setZ

void setZ(double z)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)