@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
WeightedAffineTransform
Interface WeightedAffineTransform
Weighted three-dimensional affine transform used by an IFS.
interface
WeightedAffineTransform
{
allowedPreviousIds
?:
readonly
string
[]
;
id
:
string
;
translation
:
Vec3
;
weight
:
number
;
xAxis
:
Vec3
;
yAxis
:
Vec3
;
zAxis
:
Vec3
;
}
Index
Properties
allowed
Previous
Ids?
id
translation
weight
x
Axis
y
Axis
z
Axis
Properties
Optional
Readonly
allowed
Previous
Ids
allowedPreviousIds
?:
readonly
string
[]
Readonly
id
id
:
string
Readonly
translation
translation
:
Vec3
Readonly
weight
weight
:
number
Readonly
x
Axis
xAxis
:
Vec3
Readonly
y
Axis
yAxis
:
Vec3
Readonly
z
Axis
zAxis
:
Vec3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Previous
Ids
id
translation
weight
x
Axis
y
Axis
z
Axis
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Weighted three-dimensional affine transform used by an IFS.