Package | Description |
---|---|
org.apache.commons.geometry.spherical.oned |
This package provides basic geometry components on the 1-sphere.
|
Modifier and Type | Method and Description |
---|---|
static Transform1S |
Transform1S.createNegation()
Return a transform instance that negates azimuth values.
|
static Transform1S |
Transform1S.createRotation(double angle)
Return a transform instance that performs a rotation with the given
angle.
|
static Transform1S |
Transform1S.identity()
Return a transform instance representing the identity transform.
|
Transform1S |
Transform1S.inverse() |
Transform1S |
Transform1S.multiply(Transform1S other)
Multiply the underlying matrix of this instance by that of the argument, eg,
other * this . |
Transform1S |
Transform1S.negate()
Return a new transform created by pre-multiplying this instance by a transform
that negates azimuth values.
|
Transform1S |
Transform1S.premultiply(Transform1S other)
Multiply the underlying matrix of the argument by that of this instance, eg,
this * other . |
Transform1S |
Transform1S.rotate(double angle)
Return a new transform created by pre-multiplying this instance by a transform
producing a rotation with the given angle.
|
Modifier and Type | Method and Description |
---|---|
Transform1S |
Transform1S.multiply(Transform1S other)
Multiply the underlying matrix of this instance by that of the argument, eg,
other * this . |
Transform1S |
Transform1S.premultiply(Transform1S other)
Multiply the underlying matrix of the argument by that of this instance, eg,
this * other . |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.