|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Geometry2d
Title:
Description:
Copyright: Copyright (c) 2007
Company:
Method Summary | |
---|---|
void |
applyTransform(javax.media.j3d.Transform3D transform)
|
void |
applyTransform(javax.media.j3d.Transform3D transform,
boolean requireTransformInPlane)
|
Geometry2d |
applyTransformCopy(javax.media.j3d.Transform3D transform)
|
Geometry2d |
applyTransformCopy(javax.media.j3d.Transform3D transform,
boolean requireTransformInPlane)
|
double |
distance(ConvexPolygon2d convexPolygon)
|
double |
distance(Line2d line)
|
double |
distance(LineSegment2d lineSegment)
|
double |
distance(javax.vecmath.Point2d point2d)
|
java.lang.Object |
intersectionWith(ConvexPolygon2d convexPolygon)
|
java.lang.Object |
intersectionWith(Line2d line)
|
java.lang.Object |
intersectionWith(LineSegment2d lineSegment)
|
void |
orthogonalProjection(javax.vecmath.Point2d tuple)
|
javax.vecmath.Point2d |
orthogonalProjectionCopy(javax.vecmath.Point2d point)
|
Method Detail |
---|
void orthogonalProjection(javax.vecmath.Point2d tuple)
javax.vecmath.Point2d orthogonalProjectionCopy(javax.vecmath.Point2d point)
java.lang.Object intersectionWith(Line2d line)
java.lang.Object intersectionWith(LineSegment2d lineSegment)
java.lang.Object intersectionWith(ConvexPolygon2d convexPolygon)
double distance(javax.vecmath.Point2d point2d)
double distance(Line2d line)
double distance(LineSegment2d lineSegment)
double distance(ConvexPolygon2d convexPolygon)
void applyTransform(javax.media.j3d.Transform3D transform)
void applyTransform(javax.media.j3d.Transform3D transform, boolean requireTransformInPlane)
Geometry2d applyTransformCopy(javax.media.j3d.Transform3D transform)
Geometry2d applyTransformCopy(javax.media.j3d.Transform3D transform, boolean requireTransformInPlane)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |