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

type Vector3 = Vector3D<f32>;

Trait Implementations

impl Element for Vector3[src]

type SysArray = godot_pool_vector3_array

type SysReadAccess = godot_pool_vector3_array_read_access

type SysWriteAccess = godot_pool_vector3_array_write_access

type SysTy = godot_vector3

type SysRefTy = *const godot_vector3

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]

impl Vector3Godot for Vector3[src]