Packagelaya.d3.math
Classpublic class ContainmentType
InheritanceContainmentType Inheritance Object

ContainmentType 类用于定义空间物体位置关系。



Public Constants
 ConstantDefined By
  Contains : int = 1
[static]
ContainmentType
  Disjoint : int = 0
[static]
ContainmentType
  Intersects : int = 2
[static]
ContainmentType
Constant Detail
ContainsConstant
public static const Contains:int = 1

DisjointConstant 
public static const Disjoint:int = 0

IntersectsConstant 
public static const Intersects:int = 2