ScalarDihedralAngle Constructor (Vector, Vector, Vector) |
Constructs the angle between the two given angles about the given axis.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarDihedralAngle(
Vector from,
Vector to,
Vector axis
)
Public Sub New (
from As Vector,
to As Vector,
axis As Vector
)
public:
ScalarDihedralAngle(
Vector^ from,
Vector^ to,
Vector^ axis
)
new :
from : Vector *
to : Vector *
axis : Vector -> ScalarDihedralAngle
Parameters
- from
- Type: AGI.Foundation.GeometryVector
Vector to measure the angle from. - to
- Type: AGI.Foundation.GeometryVector
Vector to measure the angle to. - axis
- Type: AGI.Foundation.GeometryVector
The axis about which to measure the angle.
See Also