All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.ConstMFVec3f

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.ConstField
                   |
                   +----berkeley.cs.dmc.vrml.ConstMField
                           |
                           +----berkeley.cs.dmc.vrml.field.ConstMFVec3f

public class ConstMFVec3f
extends ConstMField

Constructor Index

 o ConstMFVec3f(float[])
 o ConstMFVec3f(float[][])
 o ConstMFVec3f(int, float[])

Method Index

 o get1Value(int, float[])
 o get1Value(int, SFVec3f)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o toString()

Constructors

 o ConstMFVec3f
 public ConstMFVec3f(float vec3s[][])
 o ConstMFVec3f
 public ConstMFVec3f(float vec3s[])
 o ConstMFVec3f
 public ConstMFVec3f(int size,
                     float vec3s[])

Methods

 o getSize
 public int getSize()
Overrides:
getSize in class ConstMField
 o getValue
 public void getValue(float vec3s[][])
 o getValue
 public void getValue(float vec3s[])
 o get1Value
 public void get1Value(int index,
                       float vec3s[])
 o get1Value
 public void get1Value(int index,
                       SFVec3f vec)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index