Package org.jdesktop.wonderland.common.utils.jaxb.Vector3fAdapter

Examples of org.jdesktop.wonderland.common.utils.jaxb.Vector3fAdapter.Vector3fHandler


    @Override
    public Vector3fHandler marshal(Vector3f v) throws Exception {
        if (v==null) {
            return null;
        }
        return new Vector3fHandler(v);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.common.utils.jaxb.Vector3fAdapter.Vector3fHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.