T
- the final type of the implementation of this interface.GeometryObject<T>
AffineTransform
, AxisAngle
, AxisAngle32
, Matrix3D
, Point2D
, Point2D32
, Point3D
, Point3D32
, Quaternion
, Quaternion32
, QuaternionBasedTransform
, RigidBodyTransform
, RotationMatrix
, RotationScaleMatrix
, Vector2D
, Vector2D32
, Vector3D
, Vector3D32
, Vector4D
, Vector4D32
public interface Settable<T>
Modifier and Type | Method | Description |
---|---|---|
void |
set(T other) |
Copies the values from
other into this object. |
void set(T other)
other
into this object.other
- the other object to copy the values from. Not modified.