org.lwjgl.util.vector
Interface WritableVector3f

All Superinterfaces:
WritableVector2f
All Known Subinterfaces:
WritableVector4f
All Known Implementing Classes:
Vector3f, Vector4f

public interface WritableVector3f
extends WritableVector2f

Writable interface to Vector3fs

Version:
$revision$ $Id: WritableVector3f.java 3418 2010-09-28 21:11:35Z spasi $
Author:
$author$

Method Summary
 void set(float x, float y, float z)
          Set the X,Y,Z values
 void setZ(float z)
          Set the Z value
 
Methods inherited from interface org.lwjgl.util.vector.WritableVector2f
set, setX, setY
 

Method Detail

setZ

void setZ(float z)
Set the Z value

Parameters:
z -

set

void set(float x,
         float y,
         float z)
Set the X,Y,Z values

Parameters:
x -
y -
z -


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.