Shapes 3D  3.0
 All Classes Functions Variables Pages
shapes3d.utils.VectorUtil Class Reference

Static Public Member Functions

static Vector3D convert (PVector pv)
 
static PVector convert (Vector3D v3d)
 

Detailed Description

Some simple methods to covert vectors between Processing and Apche Commons Maths implementations.

Author
Peter Lager

Member Function Documentation

static Vector3D shapes3d.utils.VectorUtil.convert ( PVector  pv)
static

Convert from Processing to AMC vector implementation

static PVector shapes3d.utils.VectorUtil.convert ( Vector3D  v3d)
static

Convert from AMC to Processing vector implementation


The documentation for this class was generated from the following file: