[][src]Type Definition gdnative_core::geom::Vector3

type Vector3 = Vector3D<f32>;

Trait Implementations

impl Export for Vector3[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.

impl FromVariant for Vector3[src]

impl ToVariant for Vector3[src]