public Cloud Rebase(
Basis newBasis
)
Public Function Rebase (
newBasis As Basis
) As Cloud
public:
Cloud^ Rebase(
Basis^ newBasis
)
member Rebase :
newBasis : Basis -> Cloud
The point coordinates are updated to be referable to the new basis.
ArgumentNullException | newBasis is null. |
ArgumentOutOfRangeException | newBasis has a Dimension not equal to that of the current one. |