<< Chapter < Page | Chapter >> Page > |
True or False?
The class named Graphics2D is a superclass of the class named Graphics .
True or False?
Translating the origin from the default position at the upper-left corner of a Canvas object to the center of the Canvas object is equivalent to creating a new coordinate frame as explained by Kjell.
True or False?
The default direction for increasing vertical coordinate values in a Canvas object is down the screen.
True or False?
The default direction for increasing horizontal coordinate values in a Canvas object is from right to left across the screen.
True or False?
According to Kjell, a line drawn on the screen using an object of the Line2D.Double class is a true line segment.
True or False?
Objects instantiated from the classes named Point2D.Double and Line2D.Double are well suited for inclusion in mathematical operations.
True or False?
Creation of 2D and 3D graphics requires that you always display the points.
True or False?
A vector is a geometrical object that has two properties: length and direction." He also tells us, "A vector does not have a position.
True or False?
A vector must always specify a position.
True or False?
Three real numbers are required to represent a vector in a 2D system.
True or False?
A column matrix can be used to represent a point and can also be used to represent a vector.
True or False?
Different column matrices can be used to represent the same vector in different reference frames, in which case, the contents of the matrices will bedifferent.
True or False?
The two (or three) real number values contained in a column matrix to represent a point specify an absolute location in space relative to the currentcoordinate frame.
True or False?
The two (or three) real number values contained in a column matrix to represent a vector (in 2D or 3D) specify a displacement of a specific distance from an arbitrary point in an arbitrary direction.
True or False?
With regard to a vector, in 2D, the two values contained in a column matrix represent the displacements along three orthogonal axes.
True or False?
In the case of 2D, the length of the vector is the length of the hypotenuse of a right triangle formed by the x and y displacement values.
True or False?
In 2D, the direction of a vector can be determined from the angle formed by the x-displacement and the line segment that represents the hypotenuse of aright triangle formed by the x, y, and z displacements.
True or False?
A point is an absolute location , but a vector is a displacement .
True or False?
This program instantiates objects from the following non-static top-level classes belonging to the class named GM2D01 :
Notification Switch
Would you like to follow the 'Game 2302 - mathematical applications for game development' conversation and receive update notifications?