Package gov.nist.microanalysis.NISTMonte

Examples of gov.nist.microanalysis.NISTMonte.Sphere


            }

            // Create shapes
            double[] normal = Math2.MINUS_Z_AXIS;
            double[] center = Math2.ORIGIN_3D;
            Shape sphere = new Sphere(center, radius);
            Shape upPlane = MultiPlaneShape.createSubstrate(normal, center);
            Shape inclusionShape = new ShapeDifference(sphere, upPlane);

            normal = Math2.Z_AXIS;
            Shape downPlane = MultiPlaneShape.createSubstrate(normal, center);
View Full Code Here

TOP

Related Classes of gov.nist.microanalysis.NISTMonte.Sphere

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.