@technobuddha > library > Geometry > Angle
Type Alias: OriginOptions
ts
type OriginOptions = {
origin?: Cartesian;
};Defined in: angle.ts:83
Options for origin-related functions
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
origin? | Cartesian | The origin for this operation | src/angle.ts:87 |