Package vrml.field

Class MFVec3f

java.lang.Object
vrml.Field
vrml.MField
vrml.field.MFVec3f
All Implemented Interfaces:
Cloneable

public class MFVec3f extends MField
VRML JSAI type class containing multiple vector3f fields.

Internally, the class stores the values as a single, flat array so that is the most efficient method to use to avoid reallocation. All methods make internal copies of the values.

Version:
$Revision: 1.7 $
Author:
Alan Hudson, Justin Couch