| Modifier and Type | Method and Description |
|---|---|
Transform |
BlockTransformExtent.getTransform()
Get the transform.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseBlock |
BlockTransformExtent.transform(BaseBlock block,
Transform transform,
BlockRegistry registry)
Transform the given block using the given transform.
|
| Constructor and Description |
|---|
BlockTransformExtent(Extent extent,
Transform transform,
BlockRegistry blockRegistry)
Create a new instance.
|
| Constructor and Description |
|---|
ExtentBlockCopy(Extent source,
Vector from,
Extent destination,
Vector to,
Transform transform)
Make a new copy.
|
| Constructor and Description |
|---|
ExtentEntityCopy(Vector from,
Extent destination,
Vector to,
Transform transform)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Transform |
ForwardExtentCopy.getTransform()
Get the transformation that will occur on every point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardExtentCopy.setTransform(Transform transform)
Set the transformation that will occur on every point.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AffineTransform
An affine transform.
|
class |
CombinedTransform
Combines several transforms in order.
|
class |
Identity
Makes no transformation to given vectors.
|
| Modifier and Type | Method and Description |
|---|---|
Transform |
CombinedTransform.combine(Transform other) |
Transform |
Identity.combine(Transform other) |
Transform |
Transform.combine(Transform other)
Create a new
Transform that combines this transform with another. |
Transform |
AffineTransform.combine(Transform other) |
Transform |
CombinedTransform.inverse() |
Transform |
Identity.inverse() |
Transform |
Transform.inverse()
Create a new inverse transform.
|
| Modifier and Type | Method and Description |
|---|---|
Transform |
CombinedTransform.combine(Transform other) |
Transform |
Identity.combine(Transform other) |
Transform |
Transform.combine(Transform other)
Create a new
Transform that combines this transform with another. |
Transform |
AffineTransform.combine(Transform other) |
static Location |
Transforms.transform(Location location,
Transform transform)
Transform a location's position with a given transform.
|
| Constructor and Description |
|---|
CombinedTransform(Transform... transforms)
Create a new combined transformation.
|
| Constructor and Description |
|---|
CombinedTransform(Collection<Transform> transforms)
Create a new combined transformation.
|
| Modifier and Type | Method and Description |
|---|---|
Transform |
TransformRegion.getTransform()
Get the transform that is applied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformRegion.setTransform(Transform transform)
Set the transform that is applied.
|
| Constructor and Description |
|---|
TransformRegion(Region region,
Transform transform)
Create a new instance.
|
TransformRegion(World world,
Region region,
Transform transform)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Transform |
ClipboardHolder.getTransform()
Get the transform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClipboardHolder.setTransform(Transform transform)
Set the transform.
|
Copyright © 2010-2014. All Rights Reserved.