Constructor
new LocalDirectedBallShape(location, radius)
Construction
Parameters:
Name | Type | Description |
---|---|---|
location |
Isometry | Point | Either an isometry, or a point representing the center of the ball |
radius |
number | the radius od the ball |
Classes
Members
center :Point
Center of the ball
Type:
hasUVMap
The UV coordinates corresponds to the spherical coordinates on the sphere... Not sure if that is the smartest choice
isGlobal :boolean
Says whether the shape is global. True if global, false otherwise.
Type:
- boolean
isLocalBallShape :boolean
Says that the object inherits from Ball
Type:
- boolean