isUniform(overDimensions:)
Returns true if the transform is uniform over the specified dimensions.
Declaration
func isUniform(overDimensions: Dimension3DSet) -> BoolParameters
- overDimensions:
The dimensions that the function tests are uniform.
Discussion
If you specify overDimensions as Dimension3DFloatSet.all, the function returns the same result as Transform3DFloat.getter:isUniform. If you specify as overDimensions with zero or one dimension, the function returns the same result as Transform3DFloat.getter:isRectilinear.