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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> ScalarDihedralAngleParameters
- 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