com.croftsoft.core.math.quat
Interface QuatMut

All Superinterfaces:
Quat
All Known Implementing Classes:
QuatImp

public interface QuatMut
extends Quat

A mutator interface for a Quat.

Since:
2008-05-02
Version:
$Id: QuatMut.java,v 1.1 2008/05/03 02:14:15 croft Exp $
Author:
David Wallace Croft

Method Summary
 void setW(double w)
           
 void setX(double x)
           
 void setY(double y)
           
 void setZ(double z)
           
 
Methods inherited from interface com.croftsoft.core.math.quat.Quat
dotProduct, getW, getX, getY, getZ, matches, matches, multiply, toAxisAngle, toRotationMatrix
 

Method Detail

setW

void setW(double w)

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)