| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| UVVector | GetDerivative1A
()
Get method for attribute "Derivative1A" The first derivative for PointA |
| UVVector | GetDerivative1B
()
Get method for attribute "Derivative1B" The first derivative for PointB |
| UVVector | GetDerivative2A
()
Get method for attribute "Derivative2A" The second derivative for PointA |
| UVVector | GetDerivative2B
()
Get method for attribute "Derivative2B" The second derivative for PointB |
| double | GetParameter
()
Get method for attribute "Parameter" The normalized parameter on the edge |
| UVParams | GetPointA
()
Get method for attribute "PointA" The first UV point |
| UVParams | GetPointB
()
Get method for attribute "PointB" The second UV point |
| void | SetDerivative1A
(UVVector value)
Set method for attribute "Derivative1A" The first derivative for PointA |
| void | SetDerivative1B
(UVVector value)
Set method for attribute "Derivative1B" The first derivative for PointB |
| void | SetDerivative2A
(UVVector value)
Set method for attribute "Derivative2A" The second derivative for PointA |
| void | SetDerivative2B
(UVVector value)
Set method for attribute "Derivative2B" The second derivative for PointB |
| void | SetParameter
(double value)
Set method for attribute "Parameter" The normalized parameter on the edge |
| void | SetPointA
(UVParams value)
Set method for attribute "PointA" The first UV point |
| void | SetPointB
(UVParams value)
Set method for attribute "PointB" The second UV point |
| Method Detail |
|---|
| GetParameter/SetParameter |
|---|
| double | GetParameter | () |
| void | SetParameter | (double value) |
| The normalized parameter on the edge |
| GetPointA/SetPointA |
|---|
| UVParams | GetPointA | () |
| void | SetPointA | (UVParams value) |
| The first UV point |
| GetDerivative1A/SetDerivative1A |
|---|
| UVVector | GetDerivative1A | () |
| void | SetDerivative1A | (UVVector value) |
| The first derivative for PointA
|
| GetDerivative2A/SetDerivative2A |
|---|
| UVVector | GetDerivative2A | () |
| void | SetDerivative2A | (UVVector value) |
| The second derivative for PointA
|
| GetPointB/SetPointB |
|---|
| UVParams | GetPointB | () |
| void | SetPointB | (UVParams value) |
| The second UV point |
| GetDerivative1B/SetDerivative1B |
|---|
| UVVector | GetDerivative1B | () |
| void | SetDerivative1B | (UVVector value) |
| The first derivative for PointB
|
| GetDerivative2B/SetDerivative2B |
|---|
| UVVector | GetDerivative2B | () |
| void | SetDerivative2B | (UVVector value) |
| The second derivative for PointB
|