BooleanOperand

Inheritance: java.lang.Object

public class BooleanOperand

تغلف هذه الفئة الشبكة المحوّلة كمعامل لعملية بوليانية.

الطرق

طريقةالوصف
equals(Object arg0)
getClass()
getOperand()يحصل على المعامل، ويمكن أن يكون مثيلاً من HalfSpace، أو IMeshConvertible أو Node.
hashCode()
notify()
notifyAll()
of(Entity mesh)إنشاء كائن BooleanOperand من كائن IMeshConvertible خالي.
of(Entity mesh, Matrix4 transform)إنشاء كائن BooleanOperand من كائن IMeshConvertible مع التحويل المحدد.
of(Node node)إنشاء كائن BooleanOperand من عقدة، يلزم وجود كيان صالح يطبق IMeshConvertible.
toString()الحصول على تمثيل النص لكائن BooleanOperand
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

معاملنوعالوصف
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getOperand()

public A3DObject getOperand()

يحصل على المعامل، ويمكن أن يكون مثيلاً من HalfSpace، أو IMeshConvertible أو Node.

Returns: A3DObject - the operand, it can be an instance of HalfSpace, IMeshConvertible or Node.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

of(Entity mesh)

public static BooleanOperand of(Entity mesh)

إنشاء كائن BooleanOperand من كائن IMeshConvertible خالي.

Parameters:

معاملنوعالوصف
meshEntityالشبكة المستخدمة كمعامل لعملية Boolean، يمكن أن تكون كائنًا من IMeshConvertible أو HalfSpace

Returns: BooleanOperand - An instance of BooleanOperand

of(Entity mesh, Matrix4 transform)

public static BooleanOperand of(Entity mesh, Matrix4 transform)

إنشاء كائن BooleanOperand من كائن IMeshConvertible مع التحويل المحدد.

Parameters:

معاملنوعالوصف
meshEntityالشبكة المستخدمة كمعامل لعملية Boolean، يمكن أن تكون كائنًا من IMeshConvertible أو HalfSpace
transformMatrix4التحويل لكائن الشبكة

Returns: BooleanOperand - An instance of BooleanOperand

of(Node node)

public static BooleanOperand of(Node node)

إنشاء كائن BooleanOperand من عقدة، يلزم وجود كيان صالح يطبق IMeshConvertible.

Parameters:

معاملنوعالوصف
nodeNodeكائن Node مع كيان صالح يطبق IMeshConvertible

Returns: BooleanOperand - An instance of BooleanOperand

toString()

public String toString()

الحصول على تمثيل النص لكائن BooleanOperand

Returns: java.lang.String - تمثيل النص لكائن BooleanOperand

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

معاملنوعالوصف
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

معاملنوعالوصف
arg0long
arg1int