Packagegraphics.geom
Interfacepublic interface Geometry extends Cloneable, Equatable, Serializable
Implementors AspectRatio, Dimension, EdgeMetrics, Hexagon, Line, Matrix2, Matrix4, MatrixN, Metaball, Plane, Polar, Quaternion, Ray, Ring, UV, Vector3, Vector4

This interface provides the common methods in all the geometric objects.



Public Methods
 MethodDefined By
 Inherited
clone():*
Creates and returns a shallow copy of the object.
Cloneable
 Inherited
equals(o:*):Boolean
Compares the specified object with this object for equality.
Equatable
 Inherited
toSource(indent:int = 0):String
Returns the source code string representation of the object.
Serializable