public class TransformInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static TransformInfo |
Default() |
crcl.base.PointType |
getA1()
Get the value of a1
|
crcl.base.PointType |
getA2()
Get the value of a2
|
crcl.base.PointType |
getB1()
Get the value of b1
|
crcl.base.PointType |
getB2()
Get the value of b2
|
static TransformInfo |
withA1(TransformInfo orig,
crcl.base.PointType a1) |
static TransformInfo |
withA2(TransformInfo orig,
crcl.base.PointType a2) |
static TransformInfo |
withB1(TransformInfo orig,
crcl.base.PointType b1) |
static TransformInfo |
withB2(TransformInfo orig,
crcl.base.PointType b2) |
public crcl.base.PointType getA1()
public crcl.base.PointType getA2()
public crcl.base.PointType getB1()
public crcl.base.PointType getB2()
public static TransformInfo Default()
public static TransformInfo withA1(TransformInfo orig, crcl.base.PointType a1)
public static TransformInfo withA2(TransformInfo orig, crcl.base.PointType a2)
public static TransformInfo withB1(TransformInfo orig, crcl.base.PointType b1)
public static TransformInfo withB2(TransformInfo orig, crcl.base.PointType b2)
Copyright © 2016. All rights reserved.