Packageaway3d.core.math
Classpublic class PlaneClassification

Public Constants
 ConstantDefined by
  BACK : int = 0
[static]
PlaneClassification
  FRONT : int = 1
[static]
PlaneClassification
  IN : int = 0
[static]
PlaneClassification
  INTERSECT : int = 2
[static]
PlaneClassification
  OUT : int = 1
[static]
PlaneClassification
Constant detail
BACKconstant
public static const BACK:int = 0
FRONTconstant 
public static const FRONT:int = 1
INconstant 
public static const IN:int = 0
INTERSECTconstant 
public static const INTERSECT:int = 2
OUTconstant 
public static const OUT:int = 1
Wiki link
Click to go to the wiki page for 'away3d.core.math.PlaneClassification'

Code examples

Comments