Math3D Full Project API
Preparing search index...
renderer/src/geometry/types
Plane3
Type Alias Plane3
type
Plane3
=
{
color
?:
number
;
normal
:
Vec3
;
opacity
?:
number
;
point
:
Point3
;
size
?:
number
;
}
Index
Properties
color?
normal
opacity?
point
size?
Properties
Optional
color
color
?:
number
normal
normal
:
Vec3
Optional
opacity
opacity
?:
number
point
point
:
Point3
Optional
size
size
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
normal
opacity
point
size
Math3D Full Project API
Loading...