C# Class Canguro.Commands.Model.ArcCircularCmd

Inheritance: ModelCommand
Exibir arquivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Intersect ( System.Vector3 alphaI, System.Vector3 alphaJ, System.Vector3 betaI, System.Vector3 betaJ ) : System.Vector3
Run ( Canguro services ) : void

Private Methods

Method Description
MakeArc ( Canguro model, System.Vector3 C, System.Vector3 N, Joint from, Joint until, Joint passing, int segments ) : void
calcCenter ( System.Vector3 pa, System.Vector3 pb, System.Vector3 pc ) : System.Vector3

Method Details

Intersect() public static method

public static Intersect ( System.Vector3 alphaI, System.Vector3 alphaJ, System.Vector3 betaI, System.Vector3 betaJ ) : System.Vector3
alphaI System.Vector3
alphaJ System.Vector3
betaI System.Vector3
betaJ System.Vector3
return System.Vector3

Run() public method

public Run ( Canguro services ) : void
services Canguro
return void