All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Box |
box(double sideLength) |
static Box |
box(double x1,
double y1,
double z1,
double x2,
double y2,
double z2) |
static Box |
box(Vector3 center,
double sideLength) |
static Box |
box(Vector3 center,
double sideLengthH,
double sideLengthV) |
static Box |
box(Vector3 center,
double sideLengthX,
double sideLengthY,
double sideLengthZ) |
static Box |
box(Vector3 v1,
Vector3 v2) |
static Circle |
circle(Facing.Axis axis,
double heightRatio) |
static Circle |
circle(Facing.Axis axis,
double radius,
double heightRatio) |
static Circle |
circle(Facing.Axis axis,
double radius,
double innerRadius,
double heightRatio) |
static Circle |
circle(Facing.Axis axis,
double radius,
double innerRadius,
double heightRatio,
double startAngle,
double endAngle) |
static Circle |
circle(Facing.Axis axis,
Vector2 radii,
double heightRatio) |
static Circle |
circle(Facing.Axis axis,
Vector2 radii,
double heightRatio,
Vector2 angles) |
static Circle |
circle(Facing facing,
double heightRatio) |
static Circle |
circle(Facing facing,
double radius,
double heightRatio) |
static Circle |
circle(Facing facing,
double radius,
double innerRadius,
double heightRatio) |
static Circle |
circle(Facing facing,
double radius,
double innerRadius,
double heightRatio,
double startAngle,
double endAngle) |
static Circle |
circle(Facing facing,
Vector2 radii,
double heightRatio) |
static Circle |
circle(Facing facing,
Vector2 radii,
double heightRatio,
Vector2 angles) |
static Circle |
circle(Vector3 direction,
double heightRatio) |
static Circle |
circle(Vector3 direction,
double radius,
double heightRatio) |
static Circle |
circle(Vector3 direction,
double radius,
double innerRadius,
double heightRatio) |
static Circle |
circle(Vector3 direction,
double radius,
double innerRadius,
double heightRatio,
double startAngle,
double endAngle) |
static Circle |
circle(Vector3 direction,
Vector2 radii,
double heightRatio) |
static Circle |
circle(Vector3 direction,
Vector2 radii,
double heightRatio,
Vector2 angles) |
static Plane |
plane(Facing.Axis axis) |
static Plane |
plane(Facing.Axis axis,
double sideLength) |
static Plane |
plane(Facing.Axis axis,
double width,
double height) |
static Plane |
plane(Facing.Axis axis,
Vector2 center,
double width,
double height) |
static Plane |
plane(Facing.Axis axis,
Vector2 corner,
Vector2 oppositeCorner) |
static Plane |
plane(Facing facing) |
static Plane |
plane(Facing facing,
double sideLength) |
static Plane |
plane(Facing facing,
double width,
double height) |
static Plane |
plane(Facing facing,
Vector2 center,
double width,
double height) |
static Plane |
plane(Facing facing,
Vector2 corner,
Vector2 oppositeCorner) |
static Plane |
plane(Vector3 direction) |
static Plane |
plane(Vector3 direction,
double sideLength) |
static Plane |
plane(Vector3 direction,
double width,
double height) |
static Plane |
plane(Vector3 direction,
Vector2 center,
double width,
double height) |
static Plane |
plane(Vector3 direction,
Vector2 corner,
Vector2 oppositeCorner) |
static Plane |
plane(Vector3 corner,
Vector3 oppositeCorner) |
static Plane |
plane(Vector3 corner,
Vector3 oppositeCorner,
Vector2 relativeCorner,
Vector2 relativeOppositeCorner) |
static Square |
square(Facing.Axis axis,
double heightRatio) |
static Square |
square(Facing.Axis axis,
double sideLength,
double heightRatio) |
static Square |
square(Facing facing,
double heightRatio) |
static Square |
square(Facing facing,
double sideLength,
double heightRatio) |
static Square |
square(Vector3 direction,
double heightRatio) |
static Square |
square(Vector3 direction,
double sideLength,
double heightRatio) |