Retrieves the angle between the X axis and the vector from the node's position and the specified 3d position.
Retrieves the angle between the X axis and the vector from the node's position and the specified 3d position.
the specified 3d position used to calculate the angle
the rotation angle on the Y axis
Gets the node's position in the 3D scene.
Gets the node's position in the 3D scene. ATTENTION: Don't use this on Group objects such as SimpleNetworkNode, since it would always return Point3D(0, 0, 0)
the node's position
Gets the node's 2D position, from the point of view of the camera.
Gets the node's 2D position, from the point of view of the camera. Using it on Group instances may not be ideal.
the node's 2D position
Retrieves the euler angle on the Y axis of the current node.
Retrieves the euler angle on the Y axis of the current node.
the angle on the Y axis, in the range from -180 to 180.
Checks if the node is intersecting with the other node.
Checks if the node is intersecting with the other node. ATTENTION: this is not accurate if the nodes are rotated.
the node to check for intersection with the current one
whether the two nodes are intersecting
Rotates the node around itself so that it faces the point.
Rotates the node around itself so that it faces the point. ATTENTION: this resets the node's transformations.
the point that the node will face
the current position of the node
Rotates the node around itself but only on the Y axis, so that it faces the specified point.
Rotates the node around itself but only on the Y axis, so that it faces the specified point.
the point that the node will face
Moves the node to another 3D position.
Moves the node to another 3D position. ATTENTION: Using this on Group objects such as SimpleNetworkNode adds the position to the current position of the object, instead of actually moving the node at the specified position.
the new position of the node
Rotates the node around itself, with the specified rotation axis
Rotates the node around itself, with the specified rotation axis
the rotation angle
the rotation axis
Sets the scale of the node.
Sets the scale of the node.
the new scale of the node
(Since version ) see corresponding Javadoc for more information.