Method | Description | |
---|---|---|
Normal ( this plane, IMathUtility math ) : double[] | ||
Origin ( this plane, IMathUtility math ) : double[] | ||
PlaneNormalEquals ( this p, IMathUtility mathUtility, double normal, double tol ) : bool | ||
PlaneOriginAndNormalEquals ( this p, IMathUtility math, double origin, double normal, double tol ) : bool | ||
PlaneOriginEquals ( this p, IMathUtility mathUtility, double origin, double tol ) : bool |
public static Normal ( this plane, IMathUtility math ) : double[] | ||
plane | this | |
math | IMathUtility | |
return | double[] |
public static Origin ( this plane, IMathUtility math ) : double[] | ||
plane | this | |
math | IMathUtility | |
return | double[] |
public static PlaneNormalEquals ( this p, IMathUtility mathUtility, double normal, double tol ) : bool | ||
p | this | |
mathUtility | IMathUtility | |
normal | double | |
tol | double | |
return | bool |
public static PlaneOriginAndNormalEquals ( this p, IMathUtility math, double origin, double normal, double tol ) : bool | ||
p | this | |
math | IMathUtility | |
origin | double | |
normal | double | |
tol | double | |
return | bool |
public static PlaneOriginEquals ( this p, IMathUtility mathUtility, double origin, double tol ) : bool | ||
p | this | |
mathUtility | IMathUtility | |
origin | double | |
tol | double | |
return | bool |