point Gibt den Mittelpunkt eines kreisförmigen Bogens, der durch drei points . Die points dürfen nicht kollinear sein.
ArcCenter3Point ( p1 As Point, _
p2 As Point, _
p3 As Point ) As Point
Argument | Typ | Beschreibung |
---|---|---|
p1 | Point | Eine von drei points auf Bogen |
p2 | Point | Eine von drei points auf Bogen |
p3 | Point | Eine von drei points auf Bogen |
Intent >arcCenter3Point(point(-1,-1,0), point(1,1,0), point(-1,1,0))
--> Point_(0.0, 0.0, 0.0, WorldFrame())