Home | History | Annotate | Download | only in shape

Lines Matching refs:radius2

64     private float radius2;

151 float radius, float radius2, float height, boolean closed, boolean inverted) {
153 updateGeometry(axisSamples, radialSamples, radius, radius2, height, closed, inverted);
185 return radius2;
208 * @param radius2 the radius of the top of the cylinder.
214 float radius, float radius2, float height, boolean closed, boolean inverted) {
218 this.radius2 = radius2;
265 if ((height != 0.0f) && (radius != radius2)) {
273 Vector3f vRadius2 = vRadial.mult(radius2);
320 } else if (radius == radius2) {
333 tempNormal.multLocal((radius - radius2) * axisFraction + radius2)
401 radius2 = capsule.readFloat("radius2", 0);
413 capsule.write(radius2, "radius2", 0);