Bivector3

Beware of the field order xy is the first field

extern (C) @nogc nothrow
struct Bivector3 {}

Members

Mixins

__anonymous
mixin Linear
Undocumented in source.

Variables

xy
float xy;
Undocumented in source.
yz
float yz;
Undocumented in source.
zx
float zx;
Undocumented in source.

Meta