HOME
What's new
Babylon 101
How To...
Features
Resources
Extensions
Snippets
API
Playground
BABYLON
Arc2
Arc2
Hierarchy
Arc2
Index
Constructors
constructor
Properties
angle
center
Point
end
Point
mid
Point
orientation
radius
start
Angle
start
Point
Constructors
constructor
new
Arc2
(
startPoint
:
Vector2
, midPoint
:
Vector2
, endPoint
:
Vector2
)
:
Arc2
Creates an Arc object from the three given points : start, middle and end.
Parameters
startPoint:
Vector2
midPoint:
Vector2
endPoint:
Vector2
Returns
Arc2
Properties
angle
angle
:
Angle
center
Point
center
Point
:
Vector2
end
Point
end
Point
:
Vector2
mid
Point
mid
Point
:
Vector2
orientation
orientation
:
Orientation
radius
radius
:
number
start
Angle
start
Angle
:
Angle
start
Point
start
Point
:
Vector2
BABYLON
BABYLON.
Debug
BABYLON.GLTF2
BABYLON.GLTF2.
Extensions
BABYLON.GUI
Arc2
constructor
angle
center
Point
end
Point
mid
Point
orientation
radius
start
Angle
start
Point
Generated using
TypeDoc
Creates an Arc object from the three given points : start, middle and end.