quentin27230
Last Activity:
Jan 25, 2015
Joined:
Apr 26, 2013
Messages:
19
Likes Received:
0
Trophy Points:
0
Gender:
Female

Share This Page

quentin27230

Member, Female

quentin27230 was last seen:
Jan 25, 2015
    1. There are no messages on quentin27230's profile yet.
  • Loading...
  • Loading...
  • About

    Gender:
    Female

    Signature

    Code:java
    1. Range<Double, Double> yawRange = getLargestArcRange(thetas);
    2. double[][] corners = new double[][] {
    3. {box.a, box.b, box.c}, {box.d, box.b, box.c}, {box.a, box.b, box.f}, {box.d, box.b, box.f},
    4. {box.a, box.e, box.c}, {box.d, box.e, box.c}, {box.a, box.e, box.f}, {box.d, box.e, box.f},
    5. };