Constructor
new LocalCylinderShape(radius, isom)
Constructor
Parameters:
Name | Type | Description |
---|---|---|
radius |
number | the radius of the cylinder |
isom |
Isometry | the isometry defining the position of the cylinder. The cylinder is the image by isom of the cylinder going through the origin and directed by the vector (0,0,1) |
Extends
Classes
Members
direction
Return the vector (point + direction) orienting the geodesic Mainly used to pass data to the shader
isBasicShape :boolean
- Source:
- Overrides:
Says whether the shape is a basic shape, that it is not build on top of other shapes.
Type:
- boolean
vector
Return the vector (point + direction) orienting the geodesic Mainly used to pass data to the shader