org.friendularity.visual.shallow
Class VisualMathExprLib.Vec3fExprNode

java.lang.Object
  extended by org.friendularity.api.struct.NumericNode<NumType>
      extended by org.friendularity.api.struct.MathExprNode<com.jme3.math.Vector3f>
          extended by org.friendularity.visual.shallow.VisualMathExprLib.Vec3fExprNode
All Implemented Interfaces:
NumericMapper<com.jme3.math.Vector3f>
Enclosing class:
VisualMathExprLib

public static class VisualMathExprLib.Vec3fExprNode
extends MathExprNode<com.jme3.math.Vector3f>


Constructor Summary
VisualMathExprLib.Vec3fExprNode(String mExpr)
           
VisualMathExprLib.Vec3fExprNode(String mExpr, com.jme3.math.Vector3f initVectObj)
           
 
Method Summary
 com.jme3.math.Vector3f getVector3f()
           
protected  void writeAnyNumericFromAnyDoublesBuf(com.jme3.math.Vector3f outVec3f, double[] buffer)
          Long-name and protected scope.
 
Methods inherited from class org.friendularity.api.struct.MathExprNode
readDoublesIntoBuf, setMathExpr
 
Methods inherited from class org.friendularity.api.struct.NumericNode
clearResultCache, doUpdate, getOutputObject, writeNumericFromDoublesBuf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualMathExprLib.Vec3fExprNode

public VisualMathExprLib.Vec3fExprNode(String mExpr,
                                       com.jme3.math.Vector3f initVectObj)

VisualMathExprLib.Vec3fExprNode

public VisualMathExprLib.Vec3fExprNode(String mExpr)
Method Detail

writeAnyNumericFromAnyDoublesBuf

protected void writeAnyNumericFromAnyDoublesBuf(com.jme3.math.Vector3f outVec3f,
                                                double[] buffer)
Description copied from class: NumericNode
Long-name and protected scope. This feature is needed only if the NumericNode does not have a mapper assigned to it.

Overrides:
writeAnyNumericFromAnyDoublesBuf in class NumericNode<com.jme3.math.Vector3f>

getVector3f

public com.jme3.math.Vector3f getVector3f()


Copyright © 2011-2014. All Rights Reserved.