BooleanOperand
Inheritance: java.lang.Object
public class BooleanOperand
이 클래스는 변환된 메쉬를 Boolean 연산의 피연산자로 캡슐화합니다.
메서드
| 메서드 | 설명 |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getOperand() | 피연산자를 가져옵니다. 이는 HalfSpace, IMeshConvertible 또는 Node 인스턴스일 수 있습니다. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| of(Entity mesh) | 베어 IMeshConvertible 인스턴스로부터 BooleanOperand 인스턴스를 생성합니다. |
| of(Entity mesh, Matrix4 transform) | IMeshConvertible 인스턴스와 지정된 변환을 사용하여 BooleanOperand 인스턴스를 생성합니다. |
| 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:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | java.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)
베어 IMeshConvertible 인스턴스로부터 BooleanOperand 인스턴스를 생성합니다.
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| mesh | Entity | Boolean 연산의 피연산자로 사용되는 메시는 IMeshConvertible 또는 HalfSpace 인스턴스일 수 있습니다. |
Returns: BooleanOperand - An instance of BooleanOperand
of(Entity mesh, Matrix4 transform)
public static BooleanOperand of(Entity mesh, Matrix4 transform)
IMeshConvertible 인스턴스와 지정된 변환을 사용하여 BooleanOperand 인스턴스를 생성합니다.
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| mesh | Entity | Boolean 연산의 피연산자로 사용되는 메시는 IMeshConvertible 또는 HalfSpace 인스턴스일 수 있습니다. |
| transform | Matrix4 | 메시 객체의 변환 |
Returns: BooleanOperand - An instance of BooleanOperand
of(Node node)
public static BooleanOperand of(Node node)
노드에서 BooleanOperand 인스턴스를 생성하려면, 유효한 IMeshConvertible 구현 엔터티가 필요합니다.
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| node | Node | 유효한 IMeshConvertible 구현 엔터티를 가진 Node 인스턴스 |
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:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | long | |
| arg1 | int |